import { IPSChartCoordinateSystemControl } from './ipschart-coordinate-system-control'; /** * * 子接口类型识别属性[] * 继承父接口类型值[single] * @export * @interface IPSChartSingle */ export type IPSChartSingle = IPSChartCoordinateSystemControl;