AcceptInviteData
The
AcceptInviteData interface defines the data required to accept an invitation.The AcceptInviteData interface specifies the data structure expected by the acceptInvite Firebase Cloud Function when a user attempts to accept a subscription invitation.
Interface Definition
export interface AcceptInviteData {
inviteId: string;
}
Properties
| Property | Type | Description |
|---|---|---|
inviteId | string | The unique ID of the invitation to accept. |
Usage
This interface is used as the input parameter for the acceptInvite Cloud Function.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.