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

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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Go to Latest
type alias ManifestInvocable
import { type ManifestInvocable } from "https://deno.land/x/blocks@1.102.4/utils/invoke.types.ts";

Type Parameters

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