export type Reminder = { id: number content: string inserted_at: string reminder: boolean username: string }