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

    Interface IssueStage

    A phase in the issue-resolution workflow. Read-only.

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

    Properties

    Properties

    id: string
    name: string