Preparing search index...
The search index is not available
@notibot/noti-api-client
@notibot/noti-api-client
KeysOf
Type Alias KeysOf<T>
Keys
Of
<
T
>
:
T
extends
Record
<
string
,
unknown
>
?
{
[
K
in
keyof
T
]
-?:
K
extends
string
?
`
${
K
}
`
|
(
T
[
K
]
extends
null
|
undefined
?
never
:
`
${
K
}
.
${
KeysOf
<
NonNullable
<
(
...
)
[
(
...
)
]
>
>
}
`
)
:
never
}
[
keyof
T
]
:
never
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@notibot/noti-api-client
Loading...