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