Preparing search index...
The search index is not available
mongodb
mongodb
StrictMatchKeysAndValues
Type Alias StrictMatchKeysAndValues<TSchema>
Experimental
Strict
Match
Keys
And
Values
<
TSchema
>
:
Readonly
<
{
[
Property
in
Join
<
NestedPaths
<
TSchema
,
[
]
>
,
"."
>
]
?:
PropertyType
<
TSchema
,
Property
>
}
&
{
[
Property
in
`
${
NestedPathsOfType
<
TSchema
,
any
[]
>
}
.$
${
`
[
${
string
}
]
`
|
""
}
`
]
?:
ArrayElement
<
PropertyType
<
TSchema
,
Property
extends
`
${
infer
Key
}
.$
${
string
}
`
?
Key
:
never
>
>
}
&
{
[
Property
in
`
${
NestedPathsOfType
<
TSchema
,
Record
<
string
,
any
>
[]
>
}
.$
${
`
[
${
string
}
]
`
|
""
}
.
${
string
}
`
]
?:
any
}
&
Document
>
Type Parameters
TSchema
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
mongodb
Loading...