Preparing search index...
The search index is not available
@notibot/noti-api-client
@notibot/noti-api-client
MakeRequired
Type Alias MakeRequired<T, P>
Make
Required
<
T
,
P
>
:
T
extends
(
infer
U
)
[]
?
U
extends
object
?
MakeRequired
<
U
,
P
&
keyof
U
>
[]
:
T
:
Omit
<
T
,
P
>
&
Required
<
Pick
<
T
,
P
>
>
Type Parameters
T
P
extends
keyof
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notibot/noti-api-client
Loading...