import { IPSPanelItemGroupLogic } from './ipspanel-item-group-logic'; /** * * 子接口类型识别属性[] * @export * @interface IPSPanelItemCatGroupLogic */ export interface IPSPanelItemCatGroupLogic extends IPSPanelItemGroupLogic { getRelatedItemNames(): string[] | null; get relatedItemNames(): string[] | null; } //# sourceMappingURL=ipspanel-item-cat-group-logic.d.ts.map