MCPcopy
hub / github.com/ts-rest/ts-rest / User

Interface User

apps/example-express/src/authenticated-app.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 // eslint-disable-next-line @typescript-eslint/no-namespace
18 namespace Express {
19 interface User {
20 id: string;
21 }
22 }
23}
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected