Zod Enum Configuration

How can I have a config value that can only be three values, like enum from zod: z.enum(["prod", "test", "dev"])
Was this page helpful?