Interface: ProcessedBomItem
Represents a processed BOM item with structured custom fields
Extends
Omit
<BomItemDebug
,"customFields"
>
Properties
code?
optional
code:string
Inherited from
Omit.code
codePattern?
optional
codePattern:string
Inherited from
Omit.codePattern
customFields
customFields:
object
Index Signature
[key
: string
]: object
id
id:
string
Inherited from
Omit.id
name?
optional
name:string
Inherited from
Omit.name
namePattern?
optional
namePattern:string
Inherited from
Omit.namePattern
quantity
quantity:
string
|number
Inherited from
Omit.quantity
quantityPattern?
optional
quantityPattern:string
Inherited from
Omit.quantityPattern
subItems?
optional
subItems:ProcessedBomItem
[]
Overrides
Omit.subItems
type?
optional
type:string
Inherited from
Omit.type
unit
unit:
string
Inherited from
Omit.unit