import { BaseRateAction } from './baseRateAction';
export interface DeleteBaseRates extends BaseRateAction {
}
