import { ExchangeRateAction } from './exchangeRateAction';
export interface DeleteExchangeRates extends ExchangeRateAction {
}
