[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [GetTargetsResponse](./puppeteer.protocol.target.gettargetsresponse.md) ## Protocol.Target.GetTargetsResponse interface Signature: ```typescript export interface GetTargetsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [targetInfos](./puppeteer.protocol.target.gettargetsresponse.targetinfos.md) | [TargetInfo](./puppeteer.protocol.target.targetinfo.md)\[\] | The list of targets. |