interface Protocol.IndexedDB.KeyPathimport { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts"; const { KeyPath } = Protocol.IndexedDB; Key path. Propertiestype: "null" | "string" | "array"Key path type. (KeyPathType enum) optionalstring: stringString value. optionalarray: string[]Array value.