Skip to content

Variable: ClassificationLevelColorSchema

ts
const ClassificationLevelColorSchema: ZodCustom<
  | string & object
  | "RED"
  | "RED_BOLD"
  | "ORANGE"
  | "YELLOW"
  | "GREEN"
  | "BLUE"
  | "NAVY"
  | "TEAL"
  | "PURPLE"
  | "GREY"
  | "LIME", 
  | string & object
  | "RED"
  | "RED_BOLD"
  | "ORANGE"
  | "YELLOW"
  | "GREEN"
  | "BLUE"
  | "NAVY"
  | "TEAL"
  | "PURPLE"
  | "GREY"
| "LIME">;

Defined in: src/v2/models/classificationLevelColor.ts:4