Preparing search index...
The search index is not available
@pleisto/active-support
@pleisto/active-support
RequiredKeys
Type alias RequiredKeys<T>
Required
Keys
<
T
>
:
{
[
K
in
keyof
T
]
-?:
{}
extends
Pick
<
T
,
K
>
?
never
:
K
}
[
keyof
T
]
pick all required properties from an object.
Type Parameters
T
Source
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
pick all required properties from an object.