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