Preparing search index...
The search index is not available
Airship Core
Airship Core
ExcludeNominalKeys
Type alias ExcludeNominalKeys<T>
Exclude
Nominal
Keys
<
T
>
:
{
[
K
in
keyof
T
]
:
K
extends
`
_nominal_
${
infer
_U
}
`
?
never
:
K
}
[
keyof
T
]
Returns a union of all the keys of T which do not start with
_nominal_
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Airship Core
Loading...
Returns a union of all the keys of T which do not start with
_nominal_