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>
WithOptionalsAsNullishOnly
Type alias WithOptionalsAsNullishOnly<T>
With
Optionals
As
Nullish
Only
<
T
>
:
T
extends
(
infer
ArrayType
)
[]
?
WithOptionalsAsNullishOnly
<
ArrayType
>
[]
:
T
extends
(
(
...
args
)
=>
any
)
?
T
:
T
extends
object
?
{
[
K
in
keyof
T
]
-?:
WithOptionalsAsNullishOnly
<
T
[
K
]
>
}
:
Exclude
<
T
,
undefined
>
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