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