import { IPSChartAxis } from './ipschart-axis'; /** * * 子接口类型识别属性[] * @export * @interface IPSChartYAxis */ export type IPSChartYAxis = IPSChartAxis;