Skip to main content
Module

x/blocks/mod.ts>ManifestOf

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Extremely Popular
Go to Latest
type alias ManifestOf
import { type ManifestOf } from "https://deno.land/x/blocks@1.28.0-beta.4/mod.ts";

Type Parameters

TApp extends App
definition: TApp["manifest"] & (TApp extends { dependencies?: (infer Depedendency)[]; } ? Depedendency extends App ? ManifestOf<Depedendency> : { } : { })