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