export interface Industry {
  id: string;
  slug: string;
  name: string;
  description: string;
}
