Interface AdswebGetSitesResponse

interface AdswebGetSitesResponse {
    count: number;
    sites: AdswebGetSitesResponseSitesSite[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Generated using TypeDoc