Home > @uniformdev/context-cdp-demandbase > DemandbaseQuirksConfig
DemandbaseQuirksConfig type
Signature:
type DemandbaseQuirksConfig = {
quirks?: QuirksMarkers<Pick<CompanyProfile, 'marketing_alias' | 'company_name' | 'industry' | 'sub_industry' | 'country' | 'b2b' | 'b2c' | 'audience' | 'audience_segment' | 'annual_sales' | 'revenue_range' | 'employee_range' | 'employee_count'>>;
missingQuirkValue?: string;
ignoreBasicLevel?: boolean;
};
References: CompanyProfile