interface TokenDataSummary { name: string; mint: string; image?: string; traits: Record; } export default TokenDataSummary;