File size: 133 Bytes
67ea2ab
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export interface Form {
  brand_name: string;
  description: string;
  display_name: boolean;
  industry: string;
  style: string;
}