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

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

Hierarchy (View Summary)

Implemented by

Properties

description: string

work_description

estimateCost: string

work_estCost

estimateTime: string

work_estTime

path: string[]
ref_extern: string

WRKXXXX

Methods