HybridForms API
    Preparing search index...

    Interface ICounterResponse

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

    Properties

    counter: number
    formatedCounter: string