import { RateCardAction } from './rateCardAction';
export interface DeactivateRateCards extends RateCardAction {
}
