If you intended to use the Schema for generateClient, then you've imported the wrong Schema type.
Use `import { type Schema } from '../amplify/data/resource' instead. If you intended to import the type for DataStore
Schemas, then import "DataStoreSchema" instead.
Deprecated
If you intended to use the Schema for
generateClient
, then you've imported the wrong Schema type. Use `import { type Schema } from '../amplify/data/resource' instead. If you intended to import the type for DataStore Schemas, then import "DataStoreSchema" instead.