interface PointsBreakdown {
    referrals: number;
    socialAccounts: SocialAccountPoints;
    web3Wallets: Web3WalletPoints;
}

Properties

referrals: number
socialAccounts: SocialAccountPoints
web3Wallets: Web3WalletPoints