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