Skip to main content
Go to Latest
type alias EaCDiff
import { type EaCDiff } from "https://deno.land/x/fathym_everything_as_code@v0.1.47-fluent-builder/src/eac/EverythingAsCode.ts";

EaC Diff represents the difference between two versions of the Everything as Code graph, omitting the enterprise lookup, parent enterprise lookup and details.

definition: Omit<EverythingAsCode, "EnterpriseLookup" | "ParentEnterpriseLookup" | "Details">