Now reflects order of the json
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user