import type { TokenInfoDto } from './TokenInfoDto'; export type AccountBalanceResponse = { list: Array; };