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

    Interface IssueStatus

    The current status of an issue (e.g. Open, Closed). Read-only.

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

    Properties

    Properties

    id: string
    name: string