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

    Interface IssueSource

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

    interface IssueSource {
        active: "0" | "1";
        created: DateContainer;
        id: string;
        name: string;
        notes?: string;
        updated: DateContainer;
    }
    Index

    Properties

    active: "0" | "1"
    created: DateContainer
    id: string
    name: string
    notes?: string
    updated: DateContainer