export interface RowBomQuantityWithAutoRoundData { id: string, displayQuantity : number, autoRoundedState : AutoRoundedState } export interface AutoRoundedState { isAutoRounded : boolean; successful : boolean; }