- We can use `zod` validation for interfaces and validations and use `z.infer` to define type and prepare validations. - We can add more validations libraries provided (e.g: Class-validator, zod, yup and etc...)
zodvalidation for interfaces and validations and usez.inferto define type and prepare validations.