[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [KeyPathType](./puppeteer.protocol.indexeddb.keypathtype.md) ## Protocol.IndexedDB.KeyPathType enum Signature: ```typescript export const enum KeyPathType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Array | 'array' | | | Null | 'null' | | | String | 'string' | |