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