Interface CheckmarxReportStatus

interface CheckmarxReportStatus {
    reportId: string;
    status: CheckmarxReportStatusValue;
    url?: string;
}

Properties

Properties

reportId: string
url?: string