[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMStorage](./puppeteer.protocol.domstorage.md) > [GetDOMStorageItemsResponse](./puppeteer.protocol.domstorage.getdomstorageitemsresponse.md) ## Protocol.DOMStorage.GetDOMStorageItemsResponse interface Signature: ```typescript export interface GetDOMStorageItemsResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [entries](./puppeteer.protocol.domstorage.getdomstorageitemsresponse.entries.md) | [Item](./puppeteer.protocol.domstorage.item.md)\[\] | |