This commit is contained in:
21
src/core/enums/common.ts
Normal file
21
src/core/enums/common.ts
Normal file
@ -0,0 +1,21 @@
|
||||
export const enum TaskStatus {
|
||||
Progress = 'progress',
|
||||
Removed = 'removed',
|
||||
Done = 'done',
|
||||
}
|
||||
|
||||
export const enum FolderType {
|
||||
Project = 'project',
|
||||
Information = 'information',
|
||||
}
|
||||
|
||||
export enum PageType {
|
||||
Main = '',
|
||||
ChaosBox = 'chaos-box',
|
||||
Projects = 'projects',
|
||||
Information = 'information',
|
||||
Tags = 'tags',
|
||||
Calendar = 'calendar',
|
||||
Settings = 'settings',
|
||||
SigIn = 'sign-in',
|
||||
}
|
||||
Reference in New Issue
Block a user