import { BaseObject } from './baseObject';
export interface BaseRateAction extends BaseObject {
}
