Update packages/xrpl/src/models/common/index.ts

Co-authored-by: tequ <git@tequ.dev>
This commit is contained in:
Denis Angell
2024-09-30 10:50:48 +02:00
committed by GitHub
parent d98d2e5fdb
commit e4e13302ad

View File

@@ -17,7 +17,7 @@ export interface IssuedCurrencyAmount extends IssuedCurrency {
export type Amount = IssuedCurrencyAmount | string
export type AmountEntry = Amount
export type AmountEntry = { AmountEntry: { Amount: Amount } }
export interface Signer {
Signer: {