export interface Currency { simbolo: string; nome: string; tipo_moeda: string; }