How to check if type is array?
I have the following interface
How can I check if i'm dealing with the object type or the string[] type while mapping through the key's of IFilterOptions
ie:
How can I check if i'm dealing with the object type or the string[] type while mapping through the key's of IFilterOptions
ie:
