Preparing search index...
The search index is not available
biorate
biorate
mongodb
mongoose
mongo
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
}
&
mongoose
.
mongo
.
BSON
.
Document
>
Type Parameters
TSchema
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
biorate
Loading...