Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
aws-amplify
utils
<Reference Types>
Omit
Type alias Omit<T, K>
Omit
<
T
,
K
>
:
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
Construct a type with the properties of T except for those in type K.
Type Parameters
T
K
extends
keyof
any
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
Construct a type with the properties of T except for those in type K.