interface LazySchemaimport { type LazySchema } from "https://deno.land/x/live@1.60.17/engine/schema/lazy.ts"; Propertiesvalue: 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.