MCPcopy
hub / github.com/OpenPipe/OpenPipe / ApiKey

Interface ApiKey

app/src/types/kysely-codegen.types.ts:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52export interface ApiKey {
53 id: string;
54 name: string;
55 apiKey: string;
56 projectId: string;
57 createdAt: Generated<Timestamp>;
58 updatedAt: Timestamp;
59 provider: Generated<"OPENAI" | "OPENPIPE">;
60 readOnly: Generated<boolean>;
61}
62
63export interface CachedProcessedEntry {
64 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected