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

    Interface IssueSource

    The origin of an issue (e.g. Customer, Internal). Read-only.

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

    Properties

    Properties

    id: string
    name: string