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' }}; Copy
const data: AppziSettingsData = { userCreationDate: '2024-01-15', planType: 'enterprise', customField: { value: 'code', label: 'Display Name' }};
Custom data fields to include with survey responses. Combines well-known fields with arbitrary custom fields.