Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pezzolabs/pezzo
/ RequestWithPezzoClient
Interface
RequestWithPezzoClient
apps/proxy/src/types/common.types.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
{ Request } from
"express"
;
3
4
export
interface
RequestWithPezzoClient extends Request {
5
pezzo: Pezzo;
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected