import { IPSEditor } from '../ipseditor'; /** * * 子接口类型识别属性[] * @export * @interface IPSBarCodeReader */ export type IPSBarCodeReader = IPSEditor;