[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Schema](./puppeteer.protocol.schema.md) > [GetDomainsResponse](./puppeteer.protocol.schema.getdomainsresponse.md) ## Protocol.Schema.GetDomainsResponse interface Signature: ```typescript export interface GetDomainsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [domains](./puppeteer.protocol.schema.getdomainsresponse.domains.md) | [Domain](./puppeteer.protocol.schema.domain.md)\[\] | List of supported domains. |