<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Storage](./puppeteer.protocol.storage.md) &gt; [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. |