Type Alias BomExport

BomExport: { items: BomItem[]; roots: string[] }

BOM export with root nodes and aggregated items.

Type declaration

  • items: BomItem[]

    Aggregated BOM items.

  • roots: string[]

    Root node ids.