SendCalls: BaseMessage & {
    type: SEND_CALLS_REQUEST;
    chainId: number;
    policy?: string;
    interactions: Interaction[];
}