MCPcopy 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

4import color from 'picocolors';
5
6export interface Account {
7 apiKey: string;
8}
9
10type Spinner = ReturnType<typeof p.spinner>;
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected