EndpointManifestDefinition
Defined in: wp-typia-block-runtime/src/metadata-core.ts:228
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:236
Contract registry keyed by logical route contract ids.
endpoints
Section titled “endpoints”endpoints:
Endpoints
Defined in: wp-typia-block-runtime/src/metadata-core.ts:238
Route registry keyed by concrete REST path and method pairs.
optionalinfo?:OpenApiInfo
Defined in: wp-typia-block-runtime/src/metadata-core.ts:240
Optional document-level metadata for aggregate OpenAPI output.