import { IPSDEFValueRule } from './ipsdefvalue-rule'; /** * * @export * @interface IPSDEFDataRangeRule */ export type IPSDEFDataRangeRule = IPSDEFValueRule; //# sourceMappingURL=ipsdefdata-range-rule.d.ts.map