import { IPSModelObject } from '../ipsmodel-object'; /** * * @export * @interface IPSReportItem */ export type IPSReportItem = IPSModelObject;