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

    Variable ManifestContentConst

    ManifestContent: TObject<
        {
            _attributes: TObject<{ ignore: TBoolean; zipEntry: TString }>;
            Parameter: TUnion<
                [
                    TObject<{ _attributes: TObject<{ name: TString; value: TString }> }>,
                    TArray<
                        TObject<{ _attributes: TObject<{ name: TString; value: TString }> }>,
                    >,
                ],
            >;
        },
    > = ...