正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
api/member
<internal>
Omit
类型别名 Omit<T, K>
Omit
<
T
,
K
>
:
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
Construct a type with the properties of T except for those in type K.
类型参数
T
K
extends
keyof
any
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
@custouch-open/js-sdk
加载中……
Construct a type with the properties of T except for those in type K.