MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / ErrorResponse

Interface ErrorResponse

packages/baseai/src/deploy/index.ts:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33} from '@/utils/retrieve-credentials';
34
35interface ErrorResponse {
36 error?: { message: string };
37}
38
39type Spinner = ReturnType<typeof p.spinner>;
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected