type MiddlewareOperationMap = Record<string, { context: unknown; result: unknown }>
Type Aliases
MiddlewareOperationMap
A typed map of middleware-enabled operations.
Last modified on July 27, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Warning: This documentation is a WIP.
A typed map of middleware-enabled operations.
type MiddlewareOperationMap = Record<string, { context: unknown; result: unknown }>
Was this page helpful?