diff --git a/tauri-wallet/src/types/global.ts b/tauri-wallet/src/types/global.ts index 6debcad551..fafd9105fe 100644 --- a/tauri-wallet/src/types/global.ts +++ b/tauri-wallet/src/types/global.ts @@ -16,6 +16,7 @@ export type TNodeOwnership = { export type TBalance = { amount: string demon: EnumDemon + printableBalance: string } export type TClientDetails = {