Interface UtilsStatsCountry

interface UtilsStatsCountry {
    country_id: number;
    views: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

country_id: number

Country ID

views: number

Views number

Generated using TypeDoc