Interface: PlayerQuestsInfo


# Interface: PlayerQuestsInfo

Components.Schemas.PlayerQuestsInfo

Use this own object's key to find the quest from the /resources/quests endpoint in order to interpret this information.

# Properties

# active

Optional active: object

# Type declaration:

Name Type Description
objectives object The property key is the objective name. e.g. "wins" or "2v2"
started? number -

Defined in: types/api.ts:1391 (opens new window)


# completions

Optional completions: { time: number }[]

Defined in: types/api.ts:1400 (opens new window)