Now reflects order of the json
This commit is contained in:
parent
c9b814a0fe
commit
072a83cb62
@ -45,7 +45,6 @@ enum Priority {
|
||||
export interface Task {
|
||||
id?: number;
|
||||
title: string;
|
||||
priority?: Priority;
|
||||
content?: string;
|
||||
status?: number;
|
||||
category?: number;
|
||||
@ -53,4 +52,5 @@ export interface Task {
|
||||
sprint?: number;
|
||||
project?: number;
|
||||
userstory?: number;
|
||||
priority?: Priority;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user