@tak-ps/node-cot
    Preparing search index...

    Variable MissionChangesConst

    MissionChanges: TObject<
        {
            MissionChange: TUnion<
                [
                    TObject<
                        {
                            contentUid: TOptional<TObject<{ _text: TString }>>;
                            creatorUid: TObject<{ _text: TOptional<TString> }>;
                            details: TOptional<
                                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 }>;
                        },
                    >,
                    TArray<
                        TObject<
                            {
                                contentUid: TOptional<TObject<{ _text: TString }>>;
                                creatorUid: TObject<{ _text: TOptional<TString> }>;
                                details: TOptional<
                                    TObject<
                                        { _attributes: TObject<(...)>; location: TOptional<(...)> },
                                    >,
                                >;
                                isFederatedChange: TObject<{ _text: TString }>;
                                missionName: TObject<{ _text: TString }>;
                                timestamp: TObject<{ _text: TString }>;
                                type: TObject<{ _text: TString }>;
                            },
                        >,
                    >,
                ],
            >;
        },
    > = ...