export interface GetOperationRequest { /** * Operation ID */ id: string; } export interface GetOperationRequest__Output { /** * Operation ID */ id: string; }