Creating Generic Schema Classes with Validation Schemas
Hello
Is there a way to make schema classes generic ?
I have tried something like this but I get a typescript error Base class expressions cannot reference class type parameters.
Or is there another way to create generic-types with validation schemas ?
I have tried something like this but I get a typescript error Base class expressions cannot reference class type parameters.
Or is there another way to create generic-types with validation schemas ?
