Skip to main content
Module

x/deco/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.
Very Popular
Go to Latest
type alias ManifestOf
import { type ManifestOf } from "https://deno.land/x/deco@1.28.0-beta.5/mod.ts";

Type Parameters

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