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