Open Superoryco opened 3 years ago
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.
Type 'Record<string, FactoryValue>' is missing the following properties from type 'User': gender, name, age, role, and 50 more.ts(2769)
users.seeder.ts line 18.
any ideas how to solve this?
Same issue ((( As workaround using as any
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?