Interface Award

This is a type of a single object within the collection "awards". A single object describes a single award.

Hierarchy

Properties

name: string

Name of the award.

description: string

Description of the award.

img: string

Image associated with award. Ideally should be 64x64.

children: null | string[]

Ordered list of children of this award (if it has them). Array is empty or null if no children.

category: string

Human readable ID of category that the award belongs to

requirements: AwardRequirement[]

Automatically detected requirements needed to earn that badge.

isStackable: boolean

Can the award be unlocked more than once.

isEnabled: boolean

This field determines if the award is being displayed.

isLegacy: boolean

Awards which will not be assigned anymore.

_id: ObjectId

Generated using TypeDoc