import { IPSObject } from '../../ipsobject'; /** * * @export * @interface IPSCounterType */ export type IPSCounterType = IPSObject; //# sourceMappingURL=ipscounter-type.d.ts.map