Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias EaCModuleHandlersSchema
import { type EaCModuleHandlersSchema } from "https://deno.land/x/fathym_everything_as_code@v0.1.73/src/eac/EaCModuleHandlers.ts";
definition: z.infer<EaCModuleHandlersSchema>
variable EaCModuleHandlersSchema
import { EaCModuleHandlersSchema } from "https://deno.land/x/fathym_everything_as_code@v0.1.73/src/eac/EaCModuleHandlers.ts";

EaCModuleHandlersSchema is a Zod schema for validating the structure of EaC module handlers. This schema includes a $Force flag for determining update behavior and allows for dynamic keys, each mapping to a EaCModuleHandler configuration.

type

z.ZodObject<{ $Force: z.ZodOptional<z.ZodBoolean>; }, "strip", z.ZodTypeAny, EaCModuleHandlers, EaCModuleHandlers>