Skip to content

Commit

Permalink
update fallback type (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Nov 9, 2023
1 parent 8165773 commit 96f61c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-frogs-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/data-schema-types': patch
---

fix v3 type
1 change: 1 addition & 0 deletions packages/data-schema-types/src/client/index.v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type ExtractModelMeta<T extends Record<any, any>> =

export type ModelTypes<
_T extends Record<any, any> = never,
_Context extends string = 'CLIENT',
_ModelMeta extends Record<any, any> = any,
> = any;

Expand Down

0 comments on commit 96f61c6

Please sign in to comment.