UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

20 lines (19 loc) 574 B
import { z } from 'zod'; export declare const colorNameSchema: z.ZodEnum<{ readonly Black: "Black"; readonly Red: "Red"; readonly Blue: "Blue"; readonly Green: "Green"; readonly Yellow: "Yellow"; readonly Violet: "Violet"; readonly Cyan: "Cyan"; readonly Magenta: "Magenta"; readonly Orange: "Orange"; readonly White: "White"; readonly GreenYellow: "GreenYellow"; readonly SaddleBrown: "SaddleBrown"; }>; export declare const colorInfoSchema: z.ZodObject<{ fastLedId: z.ZodNumber; hex: z.ZodString; }, z.core.$strip>;