Preparing search index...
The search index is not available
mongodb
mongodb
SetFields
Type Alias SetFields<TSchema>
Set
Fields
<
TSchema
>
:
{
readonly
[
key
in
KeysOfAType
<
TSchema
,
ReadonlyArray
<
any
>
|
undefined
>
]
?:
OptionalId
<
Flatten
<
TSchema
[
key
]
>
>
|
AddToSetOperators
<
OptionalId
<
Flatten
<
TSchema
[
key
]
>
>
[]
>
}
&
IsAny
<
TSchema
[
keyof
TSchema
]
,
object
,
NotAcceptedFields
<
TSchema
,
ReadonlyArray
<
any
>
|
undefined
>
>
&
{
[
key
:
string
]
:
AddToSetOperators
<
any
>
|
any
;
}
Type Parameters
TSchema
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
mongodb
Loading...