MCPcopy Create free account
hub / github.com/context-space/context-space / APIKeyResponse

Interface APIKeyResponse

web/src/typings/api-keys.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface APIKeyResponse {
19 id: string
20 name: string
21 description?: string
22 key_value?: string
23 created_at: string
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected