Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NexusProfile

Hierarchy

  • NexusProfile

Index

Properties

active

active: string

blacklists

blacklists: []

Optional context

context: undefined | { followed: boolean }

created

created: string

id

id: number

metadata

metadata: { profile: { about: string; cover_image: string; location: string; name: string; profile_image: string; website: string } }

Type declaration

  • profile: { about: string; cover_image: string; location: string; name: string; profile_image: string; website: string }
    • about: string
    • cover_image: string
    • location: string
    • name: string
    • profile_image: string
    • website: string

name

name: string

post_count

post_count: number

stats

stats: { followers: number; following: number; rank: number; sp: number }

Type declaration

  • followers: number
  • following: number
  • rank: number
  • sp: number

Generated using TypeDoc