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