import { IPSOpenAPI3Object } from './ipsopen-api3-object'; /** * * @export * @interface IPSOpenAPI3Operation */ export interface IPSOpenAPI3Operation extends IPSOpenAPI3Object { /** * 操作标识 * @type {string} */ operationId: string; /** * 操作摘要 * @type {string} */ summary: string; } //# sourceMappingURL=ipsopen-api3-operation.d.ts.map