Folder
The folder model is used to represent a folder in the database.
Field Name | Type | Description |
---|---|---|
id | number | The ID of the folder |
name | string | The name of the folder |
public | bool | If the folder was marked public |
createdAt | date | The date the folder was created |
updatedAt | date | The date the folder was changed |
files | File[]? | The files of a folder. |
File
The file model is used to represent a file in the...
Invite
The invite model is used to represent a invite in...
Last updated: 3/1/2024
Edit this page on GitHub