import { type EaCModuleHandlerSchema } from "https://deno.land/x/fathym_everything_as_code@v0.1.75-deno2/src/eac/EaCModuleHandler.ts";
import { EaCModuleHandlerSchema } from "https://deno.land/x/fathym_everything_as_code@v0.1.75-deno2/src/eac/EaCModuleHandler.ts";
EaCModuleHandlerSchema
represents a configuration for handling a specific EaC module,
including its API path and processing order. This schema ensures a consistent structure for
module handlers, supporting reliable sequencing and modular API configuration within the EaC environment.