export WaitlistDeets

interface WaitlistDeets {
    company?: null | string;
    country?: null | string;
    first_name?: null | string;
    last_name?: null | string;
    lifecycle?: HubSpotLifecycle;
    transaction_volume?: null | string;
}

Properties

company?: null | string
country?: null | string
first_name?: null | string
last_name?: null | string
lifecycle?: HubSpotLifecycle
transaction_volume?: null | string