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