| 30 | } |
| 31 | |
| 32 | interface AcceptFeatureInvitation { |
| 33 | token: string; |
| 34 | referrerId: string; |
| 35 | feature: ReferralCampaignKey; |
| 36 | } |
| 37 | |
| 38 | export const acceptFeatureInvitation = ( |
| 39 | props: AcceptFeatureInvitation, |
nothing calls this directly
no outgoing calls
no test coverage detected