// This file was generated by liblab | https://liblab.com/ import { z } from 'zod'; export const active = z.enum(['inactive', 'static', 'dynamic_palette']); export type Active = z.infer;