import { IPSDEDQCondition } from './ipsdedqcondition'; /** * * 继承父接口类型值[CUSTOM] * @export * @interface IPSDEDQCustomCondition */ export interface IPSDEDQCustomCondition extends IPSDEDQCondition { /** * 自定义条件 * @type {string} */ condition: string; } //# sourceMappingURL=ipsdedqcustom-condition.d.ts.map