MCPcopy Create free account
hub / github.com/dailydotdev/apps / AcceptFeatureInvitation

Interface AcceptFeatureInvitation

packages/shared/src/graphql/features.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32interface AcceptFeatureInvitation {
33 token: string;
34 referrerId: string;
35 feature: ReferralCampaignKey;
36}
37
38export const acceptFeatureInvitation = (
39 props: AcceptFeatureInvitation,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected