MDAA TS Docs
    Preparing search index...
    interface UserFeedbackProps {
        adminGroup?: string;
        feedbackRetentionDays?: number;
        reasons: string[];
    }
    Index

    Properties

    adminGroup?: string

    Admin group name for feedback access control

    feedbackRetentionDays?: number

    Feedback retention period in days (enables TTL if specified)

    reasons: string[]

    List of predefined feedback reasons (e.g., 'accuracy', 'unhelpful', 'app_issue', 'other')