Skip to main content
Module

x/live/engine/schema/lazy.ts>LazySchema

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface LazySchema
import { type LazySchema } from "https://deno.land/x/live@1.75.5/engine/schema/lazy.ts";

Properties

value: Promise<Schemas>

Calculates the schema when its first accessed. It is thread-safe, so you can call multiple times.

revision: Promise<string>

The revision of the schema. It is used to invalidate the cache.