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
OptionalhaveWebsite?: boolean
OptionalwebsiteUrl?: string
OptionalindustryServed?: string
OptionalcustomerCount?: string
Optionaltools?: string[]
OptionalconversationDemo?: boolean
Optionallocation?: boolean
OptionallocationId?: string