Skip to main content
Module

x/live/types.ts>DecoSiteState

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
type alias DecoSiteState
import { type DecoSiteState } from "https://deno.land/x/live@1.77.0/types.ts";

Type Parameters

optional
T = unknown
definition: { site: Site; t: ReturnType<createServerTimings>; monitoring: Monitoring; global: T; }