Files
workavia-drive/Documentation/docs/internal-documentation/backend-services/documents/README.md
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

27 lines
419 B
Markdown

---
description: Drive on Twake
---
# 📁 Drive
## description
**Drive** or **Documents** is the Nodejs drive implementation for twake, it contains drive items.
A **Drive item** can be:
- a file
- a directory
- the root folder
- the trash
## wording
**version** each file in the drive has a version associated to each update.
## Models and APIs
[database-models](database-models.md)
[rest-api](rest-apis.md)