Skip to main content

Interface: SCInviteType

Interface SCInviteType. Invite Code Schema.

Properties

code

code: string

The invitation code

Defined in

invite.ts:26


email

email: string

The invitation email

Defined in

invite.ts:21


generated_at

generated_at: Date

The date when the invitation code was generated

Defined in

invite.ts:31


id

id: number

The ID of the user.

Defined in

invite.ts:11


name

name: string

The invitation name

Defined in

invite.ts:16


sent_at

sent_at: null | Date

The date when the invitation code was sent to the user

Defined in

invite.ts:36


used_at

used_at: null | Date

The date when the invitation code was used by the user

Defined in

invite.ts:41


user

user: null | SCUserType

The user object associated to this invite code (if used_at is not null)

Defined in

invite.ts:46