import { IPSObject } from '../../ipsobject'; /** * * @export * @interface IPSFIDEFValueRule */ export type IPSFIDEFValueRule = IPSObject;