Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
export
interface
ProjectKey {
55
projectId: string;
56
encKey: string;
57
}
58
59
export
interface
ProjectMember {
60
accountId: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected