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