[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [SignedExchangeInfo](./puppeteer.protocol.network.signedexchangeinfo.md) ## Protocol.Network.SignedExchangeInfo interface Information about a signed exchange response. Signature: ```typescript export interface SignedExchangeInfo ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [errors](./puppeteer.protocol.network.signedexchangeinfo.errors.md) | [SignedExchangeError](./puppeteer.protocol.network.signedexchangeerror.md)\[\] | Errors occurred while handling the signed exchagne. | | [header](./puppeteer.protocol.network.signedexchangeinfo.header.md) | [SignedExchangeHeader](./puppeteer.protocol.network.signedexchangeheader.md) | Information about the signed exchange header. | | [outerResponse](./puppeteer.protocol.network.signedexchangeinfo.outerresponse.md) | [Response](./puppeteer.protocol.network.response.md) | The outer response of signed HTTP exchange which was received from network. | | [securityDetails](./puppeteer.protocol.network.signedexchangeinfo.securitydetails.md) | [SecurityDetails](./puppeteer.protocol.network.securitydetails.md) | Security details for the signed exchange header. |