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