import { type EaCModuleHandlersSchema } from "https://deno.land/x/fathym_everything_as_code@v0.1.74/src/eac/EaCModuleHandlers.ts";
import { EaCModuleHandlersSchema } from "https://deno.land/x/fathym_everything_as_code@v0.1.74/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>