export interface Audit {
  name: string
  company?: string
  logo?: string
  link?: string
  time?: string
}