interface ListWebsitesResponse {
    totalCount: number;
    websites: Website[];
}

Properties

Properties

totalCount: number

Total number of websites.

websites: Website[]

List of websites.