MCPcopy
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

2import { Request } from "express";
3
4export interface RequestWithPezzoClient extends Request {
5 pezzo: Pezzo;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected