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

    Interface IssueCategory

    A label grouping related issues. Supports Read only.

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

    Properties

    Properties

    id: string
    name: string