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