Circle V2 API Docs
    Preparing search index...

    Type Alias SuperadminAiFeedbackRow

    SuperadminAiFeedbackRow: AiFeedbackRow & {
        comment_count: number;
        entity_name: string | null;
        live_answer_status: string | null;
        live_note: string | null;
        live_question: string | null;
        live_response: string | null;
        live_session_date: DbDate | null;
        submitted_by_email: string | null;
        submitted_by_first_name: string | null;
        submitted_by_last_name: string | null;
    }