BBo09 commited on
Commit
9a25ac7
·
verified ·
1 Parent(s): 6fc75ef

Upload index.ts

Browse files
Files changed (1) hide show
  1. _types/index.ts +7 -0
_types/index.ts ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ export interface Form {
2
+ brand_name: string;
3
+ description: string;
4
+ display_name: boolean;
5
+ industry: string;
6
+ style: string;
7
+ }