Interface AdsPostReposts

interface AdsPostReposts {
    count: number;
    mail_count: number;
    wall_count: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Count

mail_count: number

Mail count

wall_count: number

Wall count

Generated using TypeDoc