Interface AdsPostViews

interface AdsPostViews {
    count: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Count

Generated using TypeDoc