Appzi Typings
    Preparing search index...

    Type Alias AppziSettingsData

    AppziSettingsData: AppziSettingsWellKnownData & Record<string, FeedbackData>

    Custom data fields to include with survey responses. Combines well-known fields with arbitrary custom fields.

    const data: AppziSettingsData = {
    userCreationDate: '2024-01-15',
    planType: 'enterprise',
    customField: { value: 'code', label: 'Display Name' }
    };