@vnodes/graphql
Preparing search index...
OmitType
Function OmitType
OmitType
<
T
,
K
extends
string
|
number
|
symbol
>
(
classRef
:
Type
<
T
>
,
keys
:
readonly
K
[]
,
decorator
?:
ClassDecoratorFactory
,
)
:
Type
<
Omit
<
T
,
K
>
>
Type Parameters
T
K
extends
string
|
number
|
symbol
Parameters
classRef
:
Type
<
T
>
keys
:
readonly
K
[]
Optional
decorator
:
ClassDecoratorFactory
Returns
Type
<
Omit
<
T
,
K
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vnodes/graphql
Loading...