Preparing search index...
The search index is not available
Documentation
Documentation
types/utils
LooseOmit
Type Alias LooseOmit<type, keys>
Internal
LooseOmit
:
Pick
<
type
,
Exclude
<
keyof
type
,
keys
>
>
Loose version of
Omit
Type Parameters
type
keys
extends
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Loose version of Omit