Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deco/utils/invoke.types.ts>ManifestInvocable

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
type alias ManifestInvocable
import { type ManifestInvocable } from "https://deno.land/x/deco@1.57.30/utils/invoke.types.ts";

Type Parameters

TManifest extends AppManifest
TKey extends string
definition: ManifestAction<TManifest, TKey> | ManifestLoader<TManifest, TKey> | ManifestFunction<TManifest, TKey>