Is there a way to use @Example on an interface, perhaps similar to how @IsInt works in the JSDoc? Something like the docs doesn't work of course: ``` @Example... effectiveDate?: Date; ```