Member Junction
    Preparing search index...

    Response from feedback submission

    interface ComponentFeedbackResponse {
        error?: string;
        feedbackID?: string;
        success: boolean;
    }
    Index

    Properties

    error?: string

    Error message (if unsuccessful)

    feedbackID?: string

    ID of the created feedback record (if applicable)

    success: boolean

    Whether the feedback was successfully submitted