kir-dev / programSCH

Kir-Dev újoncprojekt.
https://program-sch-frontend.vercel.app
1 stars 1 forks source link

Use prisma enums and @IsEnum decorator #17

Closed DannySS123 closed 1 month ago

DannySS123 commented 3 months ago

TS enums won't be compatible with Prisma enums. Therefore we should import them from@prisma/client since they are generated by prisma. These enum fields in the DTOs should also have a @IsEnum decorator so that they will be validated.