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.
Type Parameters
Section titled “Type Parameters”TDocument
Section titled “TDocument”TDocument extends Record<string, unknown>
Parameters
Section titled “Parameters”manifest
Section titled “manifest”TDocument
Returns
Section titled “Returns”ManifestDocument & TDocument