MCPcopy
hub / github.com/Kong/insomnia / ProjectKey

Interface ProjectKey

packages/insomnia-api/src/invite.ts:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54export interface ProjectKey {
55 projectId: string;
56 encKey: string;
57}
58
59export interface ProjectMember {
60 accountId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected