Skip to content

ManagementExpressContextInput

Defined in: management-express/src/types.ts:11

Express request objects passed to adapter callbacks.

The adapter exposes both the incoming Request and outgoing Response so host applications can derive Management Surface context or OpenAPI server metadata from framework-native state such as headers, authenticated users, cookies, or mount details.

req: Request;

Defined in: management-express/src/types.ts:13

Incoming Express request for the management route being handled.


res: Response;

Defined in: management-express/src/types.ts:15

Outgoing Express response for the management route being handled.