Typescript SDK Type Docs
    Preparing search index...

    Interface ReviewLabel

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the Review.

    title: string

    Title of the Review.

    type: "ReviewLabel"