MCPcopy Create free account
hub / github.com/cosdensolutions/code / User

Interface User

videos/long/request-handler-example/src/api/users.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { requestHandler } from "./requestHandler";
3
4interface User {
5 id: number;
6 name: string;
7}
8
9interface GetUsersParams {
10 limit?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected