Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
aws-amplify
api
<Reference Types>
WithNullablesAsOptionalRecursively
Type alias WithNullablesAsOptionalRecursively<T>
With
Nullables
As
Optional
Recursively
<
T
>
:
T
extends
any
[]
|
(
(
...
args
)
=>
any
)
?
T
:
T
extends
object
?
{
[
K
in
keyof
T
as
null
extends
T
[
K
]
?
K
:
never
]
?:
WithNullablesAsOptionalRecursively
<
T
[
K
]
>
}
&
{
[
K
in
keyof
T
as
null
extends
T
[
K
]
?
never
:
K
]
:
WithNullablesAsOptionalRecursively
<
T
[
K
]
>
}
:
T
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter