Skip to content

defineManifestDocument

defineManifestDocument<TDocument>(manifest): ManifestDocument & TDocument

Defined in: wp-typia-block-runtime/src/editor.ts:155

Wrapper helper for generated typia.manifest.json modules.

Wrapper files validate the raw JSON once at import time so editor and migration consumers can rely on a typed manifest boundary without local parse calls.

TDocument extends Record<string, unknown>

TDocument

ManifestDocument & TDocument