Skip to main content
Go to Latest
type alias EaCRuntimePlugin
Re-export
import { type EaCRuntimePlugin } from "https://deno.land/x/fathym_eac_runtime@v0.0.116-integration/mod.ts";
definition: { AfterEaCResolved?: (eac: EverythingAsCode, ioc: IoCContainer) => Promise<void>; Build?: () => Promise<EaCRuntimePluginConfig>; }