import { IPSOpenAPI3Object } from './ipsopen-api3-object'; /** * * @export * @interface IPSOpenAPI3Path */ export interface IPSOpenAPI3Path extends IPSOpenAPI3Object { /** * 摘要信息 * @type {string} */ summary: string; }