mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 03:21:56 +02:00
5 lines
100 B
CoffeeScript
5 lines
100 B
CoffeeScript
module.exports =
|
|
NONE: false
|
|
READ_ONLY: "readOnly"
|
|
READ_AND_WRITE: "readAndWrite"
|
|
OWNER: "owner" |