Manifest: TObject<{
MissionPackageManifest: TObject<{
_attributes: TObject<{
version: TString;
}>;
Configuration: TObject<{
Parameter: TArray<TObject<{
_attributes: TObject<{
name: ...;
value: ...;
}>;
}>>;
}>;
Contents: TObject<{
Content: TUnion<[TObject<{
_attributes: TObject<(...)>;
Parameter: TUnion<(...)>;
}>, TArray<TObject<{
_attributes: ...;
Parameter: ...;
}>>]>;
}>;
}>;
}> = ...