Interface: SCInviteType
Exports all types
Properties
code
• code: string
The invitation code
Defined in
email
• email: string
The invitation email
Defined in
generated_at
• generated_at: Date
The date when the invitation code was generated
Defined in
id
• id: number
The ID of the user.
Defined in
name
• name: string
The invitation name
Defined in
sent_at
• sent_at: Date
The date when the invitation code was sent to the user
Defined in
used_at
• used_at: Date
The date when the invitation code was used by the user
Defined in
user
• user: SCUserType
The user object associated to this invite code (if used_at is not null)