API 参考
正在准备搜索索引...
@142vip/nest-typeorm
SetFields
类型别名 SetFields<TSchema>
SetFields
:
{
readonly
[
key
in
KeysOfAType
<
TSchema
,
ReadonlyArray
<
any
>
|
undefined
>
]
?:
|
OptionalId
<
Flatten
<
TSchema
[
key
]
>
>
|
AddToSetOperators
<
OptionalId
<
Flatten
<
TSchema
[
key
]
>
>
[]
>
}
&
NotAcceptedFields
<
TSchema
,
ReadonlyArray
<
any
>
|
undefined
>
&
{
readonly
[
key
:
string
]:
any
;
}
类型参数
TSchema
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
API 参考
加载中……