// This file was generated by liblab | https://liblab.com/ import { z } from 'zod'; export const gamutType = z.enum(['A', 'B', 'C', 'other']); export type GamutType = z.infer;