Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/tpy/src/types/pylon.d.ts>KV.OperationOptions

๐Ÿ”‘ A strongly typed Pylon API client.
Latest
namespace KV.OperationOptions
import { KV } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";
const { OperationOptions } = KV;

Function options for operations matching HTTP methods. Inherited from the Pylon SDK.

Interfaces

Operation options for deleting a key.

Operation options for retrieving keys.

Operation options for retrieving an array of keys and values.

Operation options for setting values in a KV namespace.