mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 18:34:30 +00:00
ts: lib/config/enum.js
Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
parent
b78cfc3d96
commit
3b52b19dc9
@ -1,16 +1,14 @@
|
||||
'use strict'
|
||||
|
||||
exports.Environment = {
|
||||
export const Environment = {
|
||||
development: 'development',
|
||||
production: 'production',
|
||||
test: 'test'
|
||||
}
|
||||
};
|
||||
|
||||
exports.Permission = {
|
||||
export const Permission = {
|
||||
freely: 'freely',
|
||||
editable: 'editable',
|
||||
limited: 'limited',
|
||||
locked: 'locked',
|
||||
protected: 'protected',
|
||||
private: 'private'
|
||||
}
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user