export interface TodoItem { number: number; title: string; isClosed: boolean; detailUrl: string; }