| 10 | | undefined |
| 11 | |
| 12 | export interface BuddyReactionSession { |
| 13 | accessToken: string |
| 14 | organizationUuid: string |
| 15 | } |
| 16 | |
| 17 | export function resolveBuddyReactionSession( |
| 18 | session: BuddyReactionSessionInput, |
nothing calls this directly
no outgoing calls
no test coverage detected