export enum EscalationReason {
AnimalSexExploitation = "AnimalSexExploitation",
ChildNudityOrUnderwear = "ChildNudityOrUnderwear",
ChildSexExploitationOrSolicitation = "ChildSexExploitationOrSolicitation",
ChildSexualAbuseMaterial = "ChildSexualAbuseMaterial",
DeathOrMedicalEmergencyOnStream = "DeathOrMedicalEmergencyOnStream",
ExtremeGraphicHarmToSelfOrOthers = "ExtremeGraphicHarmToSelfOrOthers",
GroomingUnderagedPersons = "GroomingUnderagedPersons",
NeedsFurtherInvestigationOrContext = "NeedsFurtherInvestigationOrContext",
PotentialInappropriateUsername = "PotentialInappropriateUsername",
PotentialViolationInUnsupportedLanguage = "PotentialViolationInUnsupportedLanguage",
SexualizedUnderagedContent = "SexualizedUnderagedContent",
SwattedOrArrestedOnStream = "SwattedOrArrestedOnStream",
TerrorismOrActsOfMassViolence = "TerrorismOrActsOfMassViolence",
ToolingIssue = "ToolingIssue",
UserMayBeUnder13 = "UserMayBeUnder13",
ViolationButNoDenyReason = "ViolationButNoDenyReason",
}