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; ```
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: