Forgot a type

This commit is contained in:
AnthonyFuller 2024-04-01 00:24:06 +01:00
parent 9180505f7b
commit 30a3acc966
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ export interface SavedChallenge {
Xp: number
XpModifier?: unknown
DifficultyLevels: (keyof typeof gameDifficulty)[]
OrderIndex: number
Definition: MissionManifestObjective["Definition"] & {
Scope: ContextScopedStorageLocation
Repeatable?: {