Logo.Ai / _types /index.ts
enzostvs's picture
enzostvs HF staff
initial commit
67ea2ab
raw
history blame
No virus
133 Bytes
export interface Form {
brand_name: string;
description: string;
display_name: boolean;
industry: string;
style: string;
}