export type Task = { id: number, text: string, isDone: boolean }