import { IPSModelObject } from '../ipsmodel-object'; /** * * @export * @interface IPSServiceAPIDTO */ export interface IPSServiceAPIDTO extends IPSModelObject { /** * 数据传输对象类型 * @type {string} */ type: string; }