Appzi Typings
    Preparing search index...

    Type Alias FeedbackData

    Custom data that can be passed via appziSettings.data. Either a primitive value or a labeled composite.

    // Simple primitive
    const userId: AllowedJSCustomData = 'user-123';
    // Labeled composite for better reporting
    const plan: AllowedJSCustomData = { value: 'pro', label: 'Pro Plan' };