Interface AdsMobileStatItem

interface AdsMobileStatItem {
    key: string;
    value: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

key: string
value: number

Generated using TypeDoc