Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ Account
Interface
Account
packages/baseai/src/utils/retrieve-credentials.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
import
color from
'picocolors'
;
5
6
export
interface
Account {
7
apiKey: string;
8
}
9
10
type
Spinner = ReturnType<typeof p.spinner>;
11
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected