PokéRogue
GitHub
Switch to Main
Preparing search index...
src/@types/new-battle-props
_Except
Type Alias _Except<ObjectType, KeysType, Options>
_Except
:
{
[
KeyType
in
keyof
ObjectType
as
Filter
<
KeyType
,
KeysType
>
]
:
ObjectType
[
KeyType
]
}
&
(
Options
[
"requireExactProps"
]
extends
true
?
Partial
<
Record
<
KeysType
,
never
>
>
:
{}
)
Type Parameters
ObjectType
KeysType
extends
keyof
ObjectType
Options
extends
Required
<
ExceptOptions
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
GitHub
Switch to Main
PokéRogue
Loading...