MCPcopy Index your code
hub / github.com/upstash/jstack / InternalContext

Interface InternalContext

packages/jstack/src/server/router.ts:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 : never
107
108interface InternalContext {
109 __middleware_output?: Record<string, unknown>
110 __parsed_query?: Record<string, unknown>
111 __parsed_body?: Record<string, unknown>
112}
113
114export class Router<
115 T extends Record<string, OperationType<any, any> | Record<string, any>> = {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected