Skip to main content
Module

x/deco/mod.ts>LiveConfig

deco is a new type of web framework for building dynamic, high-performance, edge-native web applications that can be controlled via a powerful, visual admin UI.
Very Popular
Go to Latest
type alias LiveConfig
import { type LiveConfig } from "https://deno.land/x/deco@1.21.6/mod.ts";

Type Parameters

optional
TConfig = any
optional
TState = { }
optional
TManifest extends DecoManifest = DecoManifest
definition: TState & { $live: TConfig; resolve: ResolveFunc; release: Release; invoke: InvocationFunc<TManifest>; }