mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
Decafeinate Authorization Feature GitOrigin-RevId: 5f139c24eac38ef0818a0eec9d308aacca0fde56
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
module.exports = {
|
|
INVITE: 'invite',
|
|
TOKEN: 'token',
|
|
OWNER: 'owner'
|
|
}
|