Interface ICounterResponse

interface ICounterResponse {
    counter: number;
    formatedCounter: string;
}

Properties

counter: number
formatedCounter: string