Interface UtilsStatsSexAge

interface UtilsStatsSexAge {
    age_range: string;
    female: number;
    male: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

age_range: string

Age denotation

female: number

Views by female users

male: number

Views by male users

Generated using TypeDoc