Closed jonathanthiry closed 4 years ago
Why loose equality on line 109? Function getColInfoParam return type any for some reason. It should be string?
Typescript tells me that getColInfoParam returns a string, where do you see that it returns any?
It showed type as any in my VS Code but if it works on your end, it's a problem with my setup. Looks fine.
Why loose equality on line 109? Function getColInfoParam return type any for some reason. It should be string?