Interface AdsGetCategoriesResponse

interface AdsGetCategoriesResponse {
    v1: AdsCategory[];
    v2: AdsCategory[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

Generated using TypeDoc