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