Type Alias UserTokenInfo

UserTokenInfo: {
    base: string;
    decimals: number;
    icon: string;
    name: string;
    symbol: string;
}