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