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