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

    Variable TypeFormatConst

    TypeFormat: TObject<
        {
            types: TObject<
                {
                    cot: TArray<
                        TObject<
                            {
                                _attributes: TObject<
                                    { cot: TString; desc: TString; full: TOptional<TString> },
                                >;
                            },
                        >,
                    >;
                    how: TArray<
                        TObject<{ _attributes: TObject<{ value: TString; what: TString }> }>,
                    >;
                    is: TArray<
                        TObject<{ _attributes: TObject<{ match: TString; what: TString }> }>,
                    >;
                    relation: TArray<
                        TObject<{ _attributes: TObject<{ cot: TString; desc: TString }> }>,
                    >;
                    weapon: TArray<
                        TObject<{ _attributes: TObject<{ cot: TString; desc: TString }> }>,
                    >;
                },
            >;
        },
    > = ...