@rocket.chat/onboarding-ui
    Preparing search index...

    Type Alias RequestTrialPayload

    type RequestTrialPayload = {
        agreement: boolean;
        country: string;
        email: string;
        organizationName: string;
        organizationSize: string;
        updates: boolean;
    }
    Index

    Properties

    agreement: boolean
    country: string
    email: string
    organizationName: string
    organizationSize: string
    updates: boolean