export interface Avatar {
  path: string

  url?: string

  createdAt: Date | string
  updatedAt: Date | string
}