mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
6 lines
148 B
CoffeeScript
6 lines
148 B
CoffeeScript
module.exports =
|
|
READ_ONLY: "readOnly" # LEGACY
|
|
READ_AND_WRITE: "readAndWrite" # LEGACY
|
|
PRIVATE: "private"
|
|
TOKEN_BASED: "tokenBased"
|