Invite
The invite model is used to represent a invite in the database.
Field Name | Type | Description |
---|---|---|
id | number | The ID of the invite |
code | string | The code of the invite |
createdAt | date | The date the invite was created |
expiresAt | date | The date the invite expires |
used | boolean | If the invite has been used |
File
The file model is used to represent a file in the...
User
The user model is used to represent a user in the...
Last updated: 3/23/2023
Edit this page on GitHub