Skip to content

KVNamespaceListResult

KVNamespaceListResult<Metadata, Key> = { cacheStatus: string | null; cursor: string; keys: KVNamespaceListKey<Metadata, Key>[]; list_complete: false; } | { cacheStatus: string | null; keys: KVNamespaceListKey<Metadata, Key>[]; list_complete: true; }

Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:2095

Metadata

Key extends string = string