Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
interface LazySchema
import { type LazySchema } from "https://deno.land/x/blocks@1.102.3/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.