You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but i got Type 'Record<string, FactoryValue>' is missing the following properties from type 'User': gender, name, age, role, and 50 more.ts(2769) in sample project.
users.seeder.ts line 18.
any ideas how to solve this?
The text was updated successfully, but these errors were encountered:
Great project!
but i got
Type 'Record<string, FactoryValue>' is missing the following properties from type 'User': gender, name, age, role, and 50 more.ts(2769)
in sample project.users.seeder.ts line 18.
any ideas how to solve this?
The text was updated successfully, but these errors were encountered: