export interface Post {
  body: string
  id: number
  title: string
}
