import { LineItemAction } from './lineItemAction';
export interface ReserveLineItems extends LineItemAction {
    skipInventoryCheck?: boolean;
}
