// This file is generated and will be overwritten automatically. #import // NOLINTNEXTLINE(modernize-use-using) typedef NS_ENUM(NSInteger, MBNNIncidentImpact) { MBNNIncidentImpactUnknown, MBNNIncidentImpactCritical, MBNNIncidentImpactMajor, MBNNIncidentImpactMinor, MBNNIncidentImpactLow } NS_SWIFT_NAME(IncidentImpact);