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:
parent
5011f687bb
commit
89bb83b8ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user