Rickard
Rickard
force the property to exist on the class: ```ts export function Match( property: K, validationOptions?: ValidationOptions, ) { return (object: T, propertyName: string) => { registerDecorator({ target: object.constructor, propertyName, options:...
i think i had the same issue quite a while ago and i didn't want to confirm completions all the time so i added this, seems to be working ok:...
running register twice works fine, that's what i ended up doing after running into this issue. i don't see it as a must-have but it's something more people will be...