Interface AdsDemoStats

interface AdsDemoStats {
    id: number;
    stats: AdsDemostatsFormat[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: number

Object ID

Generated using TypeDoc