Interface IProfileBadges
Hierarchy
- IProfileBadges
Properties
badges
count
count: number
iterator
Type declaration
- (): IterableIterator<IProfileBadgePayload[]>
Returns IterableIterator<IProfileBadgePayload[]>
Optional
next
Type declaration
- (): IteratorResult<IProfileBadgePayload[], any>
Returns IteratorResult<IProfileBadgePayload[], any>
Optional
previous
Type declaration
- (): IteratorResult<IProfileBadgePayload[], any>
Returns IteratorResult<IProfileBadgePayload[], any>
Generated using TypeDoc