interface ReviewLabel {
    key: string;
    title: string;
    type: "ReviewLabel";
}

Properties

Properties

key: string

User-defined unique identifier of the Review.

title: string

Title of the Review.

type: "ReviewLabel"