Skip to content

Commit

Permalink
feature #3 - Update exchange rate response
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent 74f33c7 commit 0349b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/1-domain/models/iExchangeRateResponse.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export interface IExchangeRateResponse {
export interface ILatestRatesResponse {
success: boolean
timestamp: number
base: string
Expand Down

0 comments on commit 0349b7f

Please sign in to comment.