Fix id in User type
This commit is contained in:
@@ -9,6 +9,7 @@ export interface Task {
|
||||
}
|
||||
|
||||
export interface User {
|
||||
id: number
|
||||
name: string;
|
||||
lastname: string;
|
||||
role: string;
|
||||
|
||||
Reference in New Issue
Block a user