add finish todos list
This commit is contained in:
@@ -2,7 +2,7 @@ export interface toDo {
|
||||
id: number,
|
||||
user_id: number,
|
||||
name: string,
|
||||
checked: boolean,
|
||||
checked: string|null,
|
||||
description?: string,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user