[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [KeyType](./puppeteer.protocol.indexeddb.keytype.md) ## Protocol.IndexedDB.KeyType enum Signature: ```typescript export const enum KeyType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Array | 'array' | | | Date | 'date' | | | Number | 'number' | | | String | 'string' | |