InsightStatus type

Defines values for InsightStatus.

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