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

x/tpy/src/types/pylon.d.ts>KV.GET.Namespace

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