MCPcopy
hub / github.com/opactorai/Claudable / ServiceConnection

Interface ServiceConnection

types/project.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 | 'error';
13
14export interface ServiceConnection {
15 connected: boolean;
16 status: string;
17 updatedAt?: string;
18 metadata?: Record<string, unknown>;
19}
20
21export interface Project {
22 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected