import { type FormDataOptions } from "https://deno.land/x/deno_nest@v3.15.1/src/interfaces/param.interface.ts";
Properties
If true, will not throw error when validate failed, but still can get the fields which is transformed.
If you want to skip validate, you may use interface
or type
to define the fields, or use the class DTO
like this:
async sigin(typeof SigninDto.prototype) { }
() fields: