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

KVPutOptions

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

§Index Signatures

§
[k: string]: any

§Properties

§
expiration?: string | number
[src]
§
expirationTtl?: string | number
[src]