import { ProposalLineItemAction } from './proposalLineItemAction';
export interface PauseProposalLineItems extends ProposalLineItemAction {
}
