import { IPSPanelModel } from './ipspanel-model'; /** * * @export * @interface IPSSysPanelModel */ export type IPSSysPanelModel = IPSPanelModel;