MCPcopy
hub / github.com/supermemoryai/supermemory / UserData

Interface UserData

apps/browser-extension/utils/storage.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * User authentication and profile data
10 */
11export interface UserData {
12 userId?: string
13 email?: string
14 name?: string
15}
16
17/**
18 * Twitter authentication tokens for API requests

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…