Describing the metadata present in all the nodes of a project.

interface IDeliverableMetadata {
    description: string;
    estimateCost: string;
    estimateTime: string;
    external: ExternalDigitalPlatform;
    path: string[];
    ref_extern: string;
    shema(): Record<string, any>;
}

Hierarchy (View Summary)

  • IMeta
    • IDeliverableMetadata

Implemented by

Properties

description: string

deliverable_description

estimateCost: string

deliverable_estCost

estimateTime: string

deliverable_estTime

path: string[]
ref_extern: string

POXXXX

Methods