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

    Variable MilsymConst

    Milsym: TObject<
        {
            _attributes: TObject<{ id: TString }>;
            unitmodifier: TOptional<
                TUnion<
                    [
                        TObject<
                            {
                                _attributes: TObject<{ code: TString }>;
                                _text: TOptional<TString>;
                            },
                        >,
                        TArray<
                            TObject<
                                {
                                    _attributes: TObject<{ code: TString }>;
                                    _text: TOptional<TString>;
                                },
                            >,
                        >,
                    ],
                >,
            >;
        },
    > = ...