Skip to content

DoCurious API Reference / types / PendingInvitation

Interface: PendingInvitation

Defined in: types/invitation.types.ts:116

Pending invitation for non-registered users Used when someone invites via email/phone and user hasn't signed up yet

Extends

Properties

claimedAt?

optional claimedAt: string

Defined in: types/invitation.types.ts:121


claimedBy?

optional claimedBy: string

Defined in: types/invitation.types.ts:120


contactType

contactType: RecipientType

Defined in: types/invitation.types.ts:118


contactValue

contactValue: string

Defined in: types/invitation.types.ts:119


createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


invitationId

invitationId: string

Defined in: types/invitation.types.ts:117


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt

DoCurious Platform Documentation