mirror of
https://github.com/status-im/codimd.git
synced 2025-01-27 09:45:04 +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'
|
export const Environment = {
|
||||||
|
|
||||||
exports.Environment = {
|
|
||||||
development: 'development',
|
development: 'development',
|
||||||
production: 'production',
|
production: 'production',
|
||||||
test: 'test'
|
test: 'test'
|
||||||
}
|
};
|
||||||
|
|
||||||
exports.Permission = {
|
export const Permission = {
|
||||||
freely: 'freely',
|
freely: 'freely',
|
||||||
editable: 'editable',
|
editable: 'editable',
|
||||||
limited: 'limited',
|
limited: 'limited',
|
||||||
locked: 'locked',
|
locked: 'locked',
|
||||||
protected: 'protected',
|
protected: 'protected',
|
||||||
private: 'private'
|
private: 'private'
|
||||||
}
|
};
|
Loading…
x
Reference in New Issue
Block a user