Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

KVListOptions

import type { KVListOptions } from "https://raw.githubusercontent.com/worker-tools/cloudflare-kv-storage/master/index.ts";
interface KVListOptions {
[k: string]: any;
prefix?: string;
}

§Index Signatures

§
[k: string]: any

§Properties

§
prefix?: string
[src]