Type Alias CompaniesIOnboarding
CompaniesIOnboarding: {
pending: boolean;
haveWebsite?: boolean;
websiteUrl?: string;
industryServed?: string;
customerCount?: string;
tools?: string[];
conversationDemo?: boolean;
location?: boolean;
locationId?: string;
}
Type declaration
pending: boolean
Optional
haveWebsite?: boolean
Optional
websiteUrl?: string
Optional
industryServed?: string
Optional
customerCount?: string
Optional
tools?: string[]
Optional
conversationDemo?: boolean
Optional
location?: boolean
Optional
locationId?: string