How to describe validators for two possible types: array or string? Two decorators seems not working. ``` @IsBoolean() @IsString() private readonly foo: boolean | string; ```