export interface Todo { id : number, texte : string, etat: boolean, // todoListId: number // FK }