[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [GetTargetInfoResponse](./puppeteer.protocol.target.gettargetinforesponse.md) ## Protocol.Target.GetTargetInfoResponse interface Signature: ```typescript export interface GetTargetInfoResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [targetInfo](./puppeteer.protocol.target.gettargetinforesponse.targetinfo.md) | [TargetInfo](./puppeteer.protocol.target.targetinfo.md) | |