edwardanthony / nestjs-seeder

An extension library for NestJS to perform seeding.
MIT License
102 stars 21 forks source link

"No overload matches this call." in sample project #12

Open Superoryco opened 3 years ago

Superoryco commented 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.

users.seeder.ts line 18.

any ideas how to solve this?

DmytroMysak commented 3 years ago

Same issue ((( As workaround using as any