<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [GetCookiesResponse](./puppeteer.protocol.storage.getcookiesresponse.md) ## Protocol.Storage.GetCookiesResponse interface <b>Signature:</b> ```typescript export interface GetCookiesResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cookies](./puppeteer.protocol.storage.getcookiesresponse.cookies.md) | [Network.Cookie](./puppeteer.protocol.network.cookie.md)<!-- -->\[\] | Array of cookie objects. |