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