import { ProposalAction } from './proposalAction';
export interface EditProposalsForNegotiation extends ProposalAction {
}
