Interface IPublishInfo

interface IPublishInfo {
    ProcReviewLabelGroupType: string;
    SOPLabelGroupType: string;
    WiReviewLabelGroupType: string;
    publisher: string;
    target: string;
}

Properties

ProcReviewLabelGroupType: string
SOPLabelGroupType: string
WiReviewLabelGroupType: string
publisher: string
target: string

Generated using TypeDoc