1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-01 14:43:02 +01:00

Fixed type definition errors

Signed-off-by: Reece Dunham <me@rdil.rocks>
This commit is contained in:
Reece Dunham 2023-04-28 20:15:53 -04:00 committed by GitHub
parent 5011f687bb
commit 89bb83b8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -184,6 +184,7 @@ export type MissionType =
| "arcade"
| "vsrace"
| "evergreen"
| "flashback"
/**
* The data acquired when using the "contract search" functionality.
@ -876,13 +877,11 @@ export interface MissionManifestMetadata {
Difficulty?: "pro1" | string
CharacterSetup?: {
Mode: "singleplayer" | "multiplayer" | string
Characters: [
{
Name: string
Id: string
MandatoryLoadout?: string[]
},
]
Characters: {
Name: string
Id: string
MandatoryLoadout?: string[]
}[]
}[]
CharacterLoadoutData?: {
Id: string