property IRequestContext.state

Request-scoped state for passing data between middleware and handlers.

Type

Map<string, unknown>

Usage

import { type IRequestContext } from "common/src/index.ts";