pub type CodeScanningAlertClosedByUserEventAlertRuleSeverity = CodeScanningAlertAppearedInBranchEventAlertRuleSeverity;

Aliased Type§

enum CodeScanningAlertClosedByUserEventAlertRuleSeverity {
    Error,
    None,
    Note,
    Warning,
}

Variants§

§

Error

§

None

§

Note

§

Warning