EndpointManifestDefinition
Defined in: wp-typia-block-runtime/src/metadata-core.ts:172
Canonical TypeScript description of one scaffolded REST surface.
Type Parameters
Section titled “Type Parameters”Contracts
Section titled “Contracts”Contracts extends Readonly<Record<string, EndpointManifestContractDefinition>> = Readonly<Record<string, EndpointManifestContractDefinition>>
Endpoints
Section titled “Endpoints”Endpoints extends readonly EndpointManifestEndpointDefinition[] = readonly EndpointManifestEndpointDefinition[]
Properties
Section titled “Properties”contracts
Section titled “contracts”contracts:
Contracts
Defined in: wp-typia-block-runtime/src/metadata-core.ts:180
Contract registry keyed by logical route contract ids.
endpoints
Section titled “endpoints”endpoints:
Endpoints
Defined in: wp-typia-block-runtime/src/metadata-core.ts:182
Route registry keyed by concrete REST path and method pairs.
optionalinfo?:OpenApiInfo
Defined in: wp-typia-block-runtime/src/metadata-core.ts:184
Optional document-level metadata for aggregate OpenAPI output.