import { LineItemAction } from './lineItemAction';
export interface DeleteLineItems extends LineItemAction {
}
