export interface Form {
  brand_name: string;
  description: string;
  display_name: boolean;
  industry: string;
  style: string;
}