Preparing search index...
The search index is not available
devfive front components
devfive front components
index
DeepOmit
Type alias DeepOmit<T, K>
Deep
Omit
<
T
,
K
>
:
[
K
]
extends
[
never
]
?
T
:
NonNullable
<
T
>
extends
object
?
{
[
P
in
Exclude
<
keyof
T
,
Head
<
K
>
>
]
:
Tail
<
K
>
extends
""
?
T
[
P
]
:
DeepOmit
<
T
[
P
]
,
Tail
<
K
>
>
}
:
T
DeepKey 와 일치하는 필드만 제외합니다.
Type Parameters
T
K
extends
DeepKey
<
T
>
|
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
devfive front components
index
test
Generated using
TypeDoc
DeepKey 와 일치하는 필드만 제외합니다.