mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add tokens property to Project model
This commit is contained in:
parent
a7217f1d37
commit
2011432120
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ ProjectSchema = new Schema
|
|||
deletedDocs : [DeletedDocSchema]
|
||||
imageName : { type: String }
|
||||
track_changes : { type: Object }
|
||||
tokens :
|
||||
readOnly : { type: String }
|
||||
readAndWrite : { type: String }
|
||||
overleaf :
|
||||
id : { type: Number }
|
||||
imported_at_ver_id : { type: Number }
|
||||
|
|
Loading…
Reference in a new issue