InsightStatus type

Definisce i valori per InsightStatus.

type InsightStatus = "Critical" | "Warning" | "Info" | "Success" | "None"