mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Cleanup some enums to consts
This commit is contained in:
parent
91e60c1007
commit
da2ab68fcc
13 changed files with 103 additions and 126 deletions
|
|
@ -5,12 +5,10 @@ export const
|
|||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
Scope = {
|
||||
MessageList: 'MessageList',
|
||||
FolderList: 'FolderList',
|
||||
MessageView: 'MessageView',
|
||||
Settings: 'Settings'
|
||||
},
|
||||
ScopeMessageList = 'MessageList',
|
||||
ScopeFolderList = 'FolderList',
|
||||
ScopeMessageView = 'MessageView',
|
||||
ScopeSettings = 'Settings',
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue