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