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

KVOptions

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

§Index Signatures

§
[k: string]: any

§Properties

§
namespace?: KVNamespace
[src]