import { AmountString } from '../../common/types/utility'; export type IOverallBalance = { amount: AmountString; currency: string; };