import { Moneda } from './Moneda';
export interface ResultGet5 {
    Moneda?: Array<Moneda>;
}
