Documentation
    Preparing search index...

    Interface BomArgs

    interface BomArgs {
        bomConfig: Readonly<ErpStandardInterfaceConfigBom>;
        calcCache?: CalcCache;
        projectUserData?: StringIndexedInterface;
    }
    Index

    Properties

    bomConfig: Readonly<ErpStandardInterfaceConfigBom>
    calcCache?: CalcCache
    projectUserData?: StringIndexedInterface