export default interface Todo { id: string content: string isDone: boolean createdAt: date updatedAt: date }