@@ -44,8 +44,7 @@ For more information on object types, see the
44
44
Type Parameters that Extend Document
45
45
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
46
47
- The following classes accept all types that both extend
48
- the ``Document`` interface and are not mutually recursive:
47
+ The following classes accept all types that extend the ``Document`` interface:
49
48
50
49
.. _node-mongodb-type-parameters-extend-document:
51
50
@@ -71,14 +70,10 @@ You can pass a type parameter that extends the ``Document`` interface like this:
71
70
:start-after: start-no-key
72
71
:end-before: end-no-key
73
72
74
- To view an example of a mutually recursive type, which is not supported by the
75
- :ref:`preceding classes <node-mongodb-type-parameters-extend-document>`,
76
- see the :ref:`<node-driver-limitations-mutual-recursion>` section.
77
-
78
73
Type Parameters of Any Type
79
74
~~~~~~~~~~~~~~~~~~~~~~~~~~~
80
75
81
- The following classes accept all type parameters that are not mutually recursive :
76
+ The following classes accept all type parameters:
82
77
83
78
.. _node-mongodb-type-parameters-any-type:
84
79
@@ -89,11 +84,6 @@ You can find a code snippet that shows how to specify a type for the ``FindCurso
89
84
class in the
90
85
:ref:`Find Multiple Documents Usage Example <node-driver-find-usage-example-code-snippet>`.
91
86
92
- To view an example of a mutually recursive type, which is not supported by the
93
- :ref:`preceding classes <node-mongodb-type-parameters-any-type>`,
94
- see the :ref:`<node-driver-limitations-mutual-recursion>` section.
95
-
96
-
97
87
Type Safety and Dot Notation
98
88
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
89
0 commit comments