Skip to content

Commit

Permalink
Turn FiatCurrencyData.currency_code comment into a JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jan 12, 2024
1 parent be3fffd commit 6146b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/aws/apes/donation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export type TxLogPayload = {

export type FiatCurrencyData = {
currencies: {
currency_code: string; // ISO 3166-1 alpha-3 code
/** ISO 3166-1 alpha-3 code */
currency_code: string;
minimum_amount: number;
rate: number;
timestamp: string;
Expand Down

0 comments on commit 6146b7e

Please sign in to comment.