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