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

    Interface IMaterialMetadata

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

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    description: string

    material_description

    estimateCost: string

    material_estCost

    path: string[]
    ref_extern: string

    MATXXXX

    Methods