Skip to content

ManagementOpenApiContext

type ManagementOpenApiContext<TContext> = Record<PropertyKey, unknown> & object;

Defined in: surface/types.ts:145

oRPC/OpenAPI request context accepted by the management handler.

Framework adapters can attach their own request state in managementContext; that value is passed to authorization and payload serialization hooks.

optional managementContext?: TContext;
Type ParameterDefault type
TContextunknown