import { IPSStepper } from './ipsstepper'; /** * * 继承父接口类型值[RATING,MOBRATING] * @export * @interface IPSRating */ export type IPSRating = IPSStepper;