API 参考
正在准备搜索索引...
@142vip/nest-typeorm
QueryPartialEntity
类型别名 QueryPartialEntity<T>
QueryPartialEntity
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
|
(
()
=>
string
)
}
Make all properties in T optional
类型参数
T
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
API 参考
加载中……
Make all properties in T optional