import { type EaCDetails } from "https://deno.land/x/fathym_everything_as_code@v0.1.74/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