Severity type

Definuje hodnoty závažnosti. Mezi možné hodnoty patří: "Message", 'Warning', 'Error'

type Severity = "Message" | "Warning" | "Error"