import { ItemSelection } from "@arrow/bom/core"; export interface CartRequest{ bomId: string; originalRowsSelection: ItemSelection; autoRoundedParts: any }