@cavell/kit API
    Preparing search index...

    Interface FeedbackPayload

    interface FeedbackPayload {
        comment?: string;
        rating: "up" | "down";
        target: FeedbackTarget;
    }
    Index
    comment?: string
    rating: "up" | "down"