Type Alias GetCurrencyHistoryResponse

GetCurrencyHistoryResponse: {
    currencyPriceHistory: {
        price: string;
        time: string;
    }[];
}