Interface AdswebGetStatisticsResponse

interface AdswebGetStatisticsResponse {
    items: AdswebGetStatisticsResponseItemsItem[];
    next_page_id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

next_page_id: string

Generated using TypeDoc