Add tache ok

This commit is contained in:
HarmandI 2022-02-15 15:03:35 +01:00
parent efb86420d0
commit 507edc6151
9 changed files with 83 additions and 53 deletions

View file

@ -1,7 +1,7 @@
export interface Todo {
id : number,
title : string,
completed: boolean,
editing: boolean
texte : string,
etat: boolean,
// todoListId: number // FK
}