Preparing search index...
The search index is not available
@salesforce/ts-types
@salesforce/ts-types
Omit
Type Alias Omit<T, K>
Omit
<
T
,
K
>
:
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
Creates a new type that omits keys in union type
K
of a target type
T
.
Type Parameters
T
K
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@salesforce/ts-types
Loading...
Creates a new type that omits keys in union type
K
of a target typeT
.