mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
|
module.exports = {
|
||
|
INVITE: 'invite',
|
||
|
TOKEN: 'token',
|
||
|
OWNER: 'owner'
|
||
|
}
|