Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ User
Interface
User
src/types/user.ts:1–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
User {
2
id: string;
3
name: string;
4
description: string;
5
avatar: string;
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected