Skip to main content
Module

x/cloudflare_kv_storage/index.ts>KVListOptions

An implementation of the StorageArea interface using Cloudflare Worker's KV storage as a backing store
Go to Latest
interface KVListOptions
import { type KVListOptions } from "https://deno.land/x/cloudflare_kv_storage@v0.9.0-pre.4/index.ts";

Index Signatures

[k: string]: any

Properties

optional
prefix: string