Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias EaCDetails
import { type EaCDetails } from "https://deno.land/x/fathym_everything_as_code@v0.1.73/src/eac/EaCDetails.ts";

Everything as Code (EaC) details.

Represents the core structure for holding specific details about a node within the Everything as Code (EaC) graph. This structure includes Details, which provides information specific to each vertex type, while also supporting extended metadata through EaCMetadataBase.

Type Parameters

TDetails extends EaCVertexDetails
  • Extends EaCVertexDetails, specifying the structure of details for the EaC node.
definition: { Details?: TDetails; } & EaCMetadataBase