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