import { type EaCRuntimePlugin } from "https://deno.land/x/fathym_everything_as_code@v0.1.75-deno2/src/runtime/plugins/EaCRuntimePlugin.ts";
Type Parameters
optional
TEaC extends EverythingAsCode = EverythingAsCodedefinition: { AfterEaCResolved?: (eac: TEaC, ioc: IoCContainer) => Promise<void>; Build?: () => Promise<void>; Setup: (config: EaCRuntimeConfig<TEaC>) => Promise<EaCRuntimePluginConfig<TEaC>>; }