Preparing search index...
The search index is not available
@notibot/noti-api-client
@notibot/noti-api-client
<internal>
RemoveNull
Type Alias RemoveNull<T>
Remove
Null
<
T
>
:
{
[
K
in
keyof
T
as
null
extends
T
[
K
]
?
K
:
never
]
?:
T
[
K
]
}
&
{
[
K
in
keyof
T
as
null
extends
T
[
K
]
?
never
:
K
]
:
T
[
K
]
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notibot/noti-api-client
Loading...