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

Interface APIKeysResponse

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

Source from the content-addressed store, hash-verified

12}
13
14export interface APIKeysResponse {
15 api_keys: APIKey[]
16}
17
18export interface APIKeyResponse {
19 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected