import { IPSApplicationObject } from '../ipsapplication-object'; /** * * 子接口类型识别属性[] * @export * @interface IPSAppUITheme */ export interface IPSAppUITheme extends IPSApplicationObject { /** * 主题说明 * @type {string} */ themeDesc: string; /** * 主题标记 * @type {string} */ themeTag: string; }