Skip to main content
Module

x/astral/bindings/celestial.ts>Storage_SharedStorageEntry

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Storage_SharedStorageEntry
import { type Storage_SharedStorageEntry } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

Struct for a single key-value pair in an origin's shared storage.

definition: { key: string; value: string; }