export type ResponsePageData = { data: Array; total: number; page: number; pageSize: number; } export type MainTPS = { latest_version?: string; tps: string; cache_size?: string; synced?: boolean } export type SearchResult = { name: string; symbol: string; address: string; type: string; }