MCPcopy Index your code
hub / github.com/solidjs/solid-start / RequestEventLocals

Interface RequestEventLocals

packages/start/env.d.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5declare namespace App {
6 export interface RequestEventLocals {
7 [key: string | symbol]: any;
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected