rt {MinLength, MaxLength} from "class-validator"; rt class Post { @MaxLength(20, { each: true }) tags: string[];. This will validate each item in post.tags ...
確定! 回上一頁