Parametrix ecosystem
    Preparing search index...

    Interface tParamValInFile

    interface tParamValInFile {
        comment: string;
        lastModif: string;
        partName: string;
        pVal: tParamVal;
    }
    Index

    Properties

    comment: string
    lastModif: string
    partName: string
    pVal: tParamVal