Skip to main content
Module

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

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

Surfaces Items.

Type Parameters

optional
T = unknown
definition: Array<{ key: string; value: T; expiresAt?: string; }>