Preparing search index...
The search index is not available
Procon 2023
Procon 2023
<internal>
Omit
Type alias Omit<T, K>
Omit
<
T
,
K
>
:
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
Construct a type with the properties of T except for those in type K.
Type Parameters
T
K
extends
keyof
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Procon 2023
<internal>
Config
Constants
Game
Hooks
Models
Services
Utils
Generated using
TypeDoc
Construct a type with the properties of T except for those in type K.