Skip to content

Variable: ColorSchema

ts
const ColorSchema: ZodNullable<ZodCustom<
  | string & object
  | "green"
  | "yellow"
  | "orange"
  | "red"
  | "purple"
  | "blue"
  | "sky"
  | "lime"
  | "pink"
  | "black"
  | "green_light"
  | "green_dark"
  | "yellow_light"
  | "yellow_dark"
  | "orange_light"
  | "orange_dark"
  | "red_light"
  | "red_dark"
  | "purple_light"
  | "purple_dark"
  | "blue_light"
  | "blue_dark"
  | "sky_light"
  | "sky_dark"
  | "lime_light"
  | "lime_dark"
  | "pink_light"
  | "pink_dark"
  | "black_light"
  | "black_dark", 
  | string & object
  | "green"
  | "yellow"
  | "orange"
  | "red"
  | "purple"
  | "blue"
  | "sky"
  | "lime"
  | "pink"
  | "black"
  | "green_light"
  | "green_dark"
  | "yellow_light"
  | "yellow_dark"
  | "orange_light"
  | "orange_dark"
  | "red_light"
  | "red_dark"
  | "purple_light"
  | "purple_dark"
  | "blue_light"
  | "blue_dark"
  | "sky_light"
  | "sky_dark"
  | "lime_light"
  | "lime_dark"
  | "pink_light"
  | "pink_dark"
  | "black_light"
| "black_dark">>;

Defined in: models/color.ts:4