MCPcopy Index your code
hub / github.com/e2b-dev/E2B / UserConfig

Interface UserConfig

packages/cli/src/user.ts:23–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface UserConfig {
24 version: 1
25 identity: UserIdentity
26 oauth: UserOAuth
27 tokens: UserTokens
28 last_refresh: string
29 teamName: string
30 teamId: string
31 teamApiKey: string
32 dockerProxySet?: boolean
33}
34
35type UnknownRecord = Record<string, unknown>
36

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…