Type Alias BatchTransferExecution

BatchTransferExecution: {
    actions: (BatchTransferApproveAction | BatchTransferAction)[];
}