The definition of the config with zod validation
const configDefinition = z.object({ a: z.string(),}); Copy
const configDefinition = z.object({ a: z.string(),});
The definition of the config with zod validation