import { IPSChartLegend } from './ipschart-legend'; import { IPSDEChartObject } from './ipsdechart-object'; /** * * 子接口类型识别属性[] * @export * @interface IPSDEChartLegend */ export interface IPSDEChartLegend extends IPSChartLegend, IPSDEChartObject {}