@cloudbase/aiagent-framework
    Preparing search index...

    Interface GetFeedbackOutput

    interface GetFeedbackOutput {
        feedbackList: Feedback[];
        total: number;
    }
    Index

    Properties

    Properties

    feedbackList: Feedback[]
    total: number