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

x/tpy/src/types/pylon.d.ts>KV.PUT.Item

๐Ÿ”‘ A strongly typed Pylon API client.
Latest
type alias KV.PUT.Item
import { type KV } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";
const { Item } = 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; }