@theredspace/spp-client
    Preparing search index...

    Interface IssueSeverity

    A classification of issue impact (e.g. High, Medium, Low). Read-only.

    interface IssueSeverity {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string