MCPcopy Create free account
hub / github.com/Noumena-Network/code / BuddyReactionSession

Interface BuddyReactionSession

src/buddy/buddySession.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 | undefined
11
12export interface BuddyReactionSession {
13 accessToken: string
14 organizationUuid: string
15}
16
17export function resolveBuddyReactionSession(
18 session: BuddyReactionSessionInput,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected