Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import
{ requestHandler } from
"./requestHandler"
;
3
4
interface
User {
5
id: number;
6
name: string;
7
}
8
9
interface
GetUsersParams {
10
limit?: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected