InvitationRecord interface
Record of the invitation
Properties
accepted |
Accepted date time of the invitation |
auth |
Auth type of the user |
Email of the user |
|
expires |
Expiration date time of the invitation |
id | Id of the invitation |
kind | Type of account |
metadata | Metadata of the record |
status | Status of the invitation |
Property Details
acceptedAt
Accepted date time of the invitation
acceptedAt?: string
Property Value
string
authType
Auth type of the user
authType?: string
Property Value
string
Email of the user
email?: string
Property Value
string
expiresAt
Expiration date time of the invitation
expiresAt?: string
Property Value
string
id
Id of the invitation
id?: string
Property Value
string
kind
Type of account
kind?: string
Property Value
string
metadata
status
Status of the invitation
status?: string
Property Value
string