import { IPSDEDQCondition } from './ipsdedqcondition'; /** * * @export * @interface IPSDEDQPDCondition */ export type IPSDEDQPDCondition = IPSDEDQCondition;