[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IndexedDB](./puppeteer.protocol.indexeddb.md) > [KeyPath](./puppeteer.protocol.indexeddb.keypath.md) > [type](./puppeteer.protocol.indexeddb.keypath.type.md) ## Protocol.IndexedDB.KeyPath.type property Key path type. (KeyPathType enum) Signature: ```typescript type: ('null' | 'string' | 'array'); ```