Добавление прогона тестов для ПРов (#25)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
export const enum TaskStatus {
|
||||
export enum TaskStatus {
|
||||
Progress = 'progress',
|
||||
Removed = 'removed',
|
||||
Done = 'done',
|
||||
}
|
||||
|
||||
export const enum FolderType {
|
||||
export enum FolderType {
|
||||
Project = 'project',
|
||||
Information = 'information',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user