Type Alias OriginalExchangeRates

OriginalExchangeRates: {
    [key: string]: Record<string, number>;
} & {
    date: string;
}