I can't add the @IsNotEmpty() validator in nestjs Dtos
Decorators in Typescript can only apply to classes, class members, class methods, and class method parameters. This is an interface, so it's not a valid location for a decorator.