Skip to main content
Module

x/live/types.ts>DecoManifest

The edge-native DXP: build and evolve an editable ultra-fast site powered by deno, fresh and tailwind. Optimized for "time-to-go-live".
Very Popular
Go to Latest
interface DecoManifest
implements Manifest
import { type DecoManifest } from "https://deno.land/x/live@0.10.1/types.ts";

Properties

islands: Record<string, Module>
sections: Record<string, Module>
functions: Record<string, FunctionModule>
schemas: Record<string, { inputSchema: JSONSchema | null; outputSchema: JSONSchema | null; }>