Skip to content

Commit

Permalink
Use correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
huzaifa-99 committed Sep 13, 2023
1 parent 96a2a1f commit ef07817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ type WaitingOnBankAccountParams = {submitterDisplayName: string};

type SettledAfterAddedBankAccountParams = {submitterDisplayName: string; amount: string};

type PaidElsewhereWithAmountParams = {payer: string; amount: number};
type PaidElsewhereWithAmountParams = {payer: string; amount: string};

type PaidUsingPaypalWithAmountParams = {payer: string; amount: string};

Expand Down

0 comments on commit ef07817

Please sign in to comment.