import type { FeesDto } from './FeesDto'; import type { TokenInfoDto } from './TokenInfoDto'; export type AccountInfoResponse = { name?: string; mail?: string; socialId?: string; createdTime?: number; updatedTime?: number; L1Addr: string; accountId: string; nonce: string; tokenLeafs: Array; feeInfo: FeesDto; };