MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / User

Interface User

frontend/src/types/index.ts:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82// User Types
83export interface User {
84 id: string;
85 username: string;
86 email: string;
87 full_name?: string;
88}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected