Skip to main content
Module

x/tpy/mod.ts>Pylon.KV.GET.Namespace

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Pylon.KV.GET.Namespace
import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-pre-release-9/mod.ts";
const { Namespace } = Pylon.KV.GET;

Response schema for GET /deployments/:id/kv/namespaces.

Returns an array of namespace titles and their key count.

definition: Array<{ namespace: string; count: number; }>