Variable: ClassificationLevelColorSchema
ts
const ClassificationLevelColorSchema: ZodEnum<{
BLUE: "BLUE";
GREEN: "GREEN";
GREY: "GREY";
LIME: "LIME";
NAVY: "NAVY";
ORANGE: "ORANGE";
PURPLE: "PURPLE";
RED: "RED";
RED_BOLD: "RED_BOLD";
TEAL: "TEAL";
YELLOW: "YELLOW";
}>;Defined in: src/v2/models/classificationLevelColor.ts:3