Variable MissionChangesConst
MissionChanges: TObject<
{
MissionChange: TUnion<
[
TObject<
{
contentUid: TObject<{ _text: TString }>;
creatorUid: TObject<{ _text: TOptional<TString> }>;
details: TObject<
{
_attributes: TObject<
{
callsign: TOptional<(...)>;
color: TOptional<(...)>;
type: TString;
},
>;
location: TOptional<TObject<{ _attributes: ... }>>;
},
>;
isFederatedChange: TObject<{ _text: TString }>;
missionName: TObject<{ _text: TString }>;
timestamp: TObject<{ _text: TString }>;
type: TObject<{ _text: TString }>;
},
>,
TArray<
TObject<
{
contentUid: TObject<{ _text: TString }>;
creatorUid: TObject<{ _text: TOptional<TString> }>;
details: TObject<
{
_attributes: TObject<{ callsign: ...; color: ...; type: ... }>;
location: TOptional<TObject<(...)>>;
},
>;
isFederatedChange: TObject<{ _text: TString }>;
missionName: TObject<{ _text: TString }>;
timestamp: TObject<{ _text: TString }>;
type: TObject<{ _text: TString }>;
},
>,
>,
],
>;
},
> = ...