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