import { IPSObject } from '../../ipsobject'; /** * * @export * @interface IPSCounterType */ export type IPSCounterType = IPSObject;