import { IPSEditor } from '../ipseditor'; /** * * 子接口类型识别属性[] * @export * @interface IPSValueItemEditor */ export interface IPSValueItemEditor extends IPSEditor { /** * 值项名称 * @type {string} */ valueItemName: string; }