Preparing search index...
The search index is not available
utilium
utilium
RequiredKeys
Type Alias RequiredKeys<T>
Required
Keys
<
T
>
:
{
[
K
in
keyof
T
]
-?:
{}
extends
{
[
P
in
K
]
:
T
[
K
]
}
?
never
:
K
}
[
keyof
T
]
Extract the keys of T which are required
Type Parameters
T
See
https://stackoverflow.com/a/55247867/17637456
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
utilium
Loading...
Extract the keys of T which are required