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

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

๐Ÿ”‘ A strongly typed Pylon API client.
Latest
type alias KV.GET.ItemsFlattened
import { type KV } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";
const { ItemsFlattened } = KV.GET;

Surfaces Items.

Type Parameters

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