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 |
createdById | number | The ID of the user that made the invite |
Folder
The folder model is used to represent a folder in...
Invite
The url model is used to represent a url in the da...
Last updated: 3/3/2025
Edit this page on GitHub