WSi
    Preparing search index...
    interface Bom {
        components: BomComponent[];
        creator: string;
        globalSurcharge: number;
        graphSerializations: BomGraphSerialization[];
        materialSurcharge: number;
        productionOverheadSurcharge: number;
        projectName: string;
        userData: StringIndexedInterface;
        version: "v0";
    }
    Index

    Properties

    components: BomComponent[]
    creator: string
    globalSurcharge: number
    graphSerializations: BomGraphSerialization[]
    materialSurcharge: number
    productionOverheadSurcharge: number
    projectName: string
    version: "v0"