@infrasoftbe/vnv-sdk
    Preparing search index...

    Interface IWorkMetadata

    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

    Index

    Properties

    description: string

    work_description

    estimateCost: string

    work_estCost

    estimateTime: string

    work_estTime

    path: string[]
    ref_extern: string

    WRKXXXX

    Methods