diff options
-rw-r--r-- | src/types/walletTypes.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts index f37815333..a6bc26d88 100644 --- a/src/types/walletTypes.ts +++ b/src/types/walletTypes.ts @@ -489,12 +489,12 @@ export interface ManualWithdrawalDetails { /** * Amount that the user will transfer to the exchange. */ - rawAmount: AmountString; + amountRaw: AmountString; /** * Amount that will be added to the user's wallet balance. */ - effectiveAmount: AmountString; + amountEffective: AmountString; /** * Ways to pay the exchange. |