@letsgo/tenant / Invitation
An invitation for a new user to join a tenant.
-
DBItem
↳
Invitation
• category: string
The DynamoDB partition key.
DBItem.category
db/dist/index.d.ts:49
• createdAt: string
The timestamp of the invitation's creation.
• createdBy: Identity
The identity of the user who created the invitation.
• expiresAt: string
The timestamp of the invitation's expiration.
• invitationId: string
The invitation ID. This is unique within a tenant.
• key: string
The DynamoDB sort key.
DBItem.key
db/dist/index.d.ts:53
• ttl: number
The time-to-live of the invitation in seconds.
DBItem.ttl