// @flow export type TodoType = { id: string, text: string, editing: boolean, createdAt: number, };