Interface AdsStats

interface AdsStats {
    id: number;
    stats: AdsStatsFormat[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Object ID

Generated using TypeDoc