import type { Operation, Operation__Output } from './Operation'; export interface OperationsUpdate { /** * Operations */ operations?: Operation[]; } export interface OperationsUpdate__Output { /** * Operations */ operations: Operation__Output[]; }