Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias EverythingAsCodeApplications
import { type EverythingAsCodeApplications } from "https://deno.land/x/fathym_everything_as_code@v0.1.71/src/modules/applications/EverythingAsCodeApplications.ts";

The Everything As Code (EaC) applications graph.

definition: { Applications?: Record<string, EaCApplicationAsCode>; Modifiers?: Record<string, EaCModifierAsCode>; Projects?: Record<string, EaCProjectAsCode>; } & EverythingAsCodeDFS