Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tpy/mod.ts>Pylon.KV.PUT.Item

🔑 A strongly typed Pylon API client.
Latest
type alias Pylon.KV.PUT.Item
import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-RC/mod.ts";
const { Item } = Pylon.KV.PUT;

Response schema for PUT /deployments/:id/kv/namespaces/:namespace/items/:key.

definition: { string: string; bytes: never; expires_at?: number; } | { string: never; bytes: string; expires_at?: number; }