Multiple Generics In Typescript Type
Building a library that lets you pull in all of your analytics events and make Typesafe queries of them, running into a problem with multiple generics
Events is a key, object pair which stores information about the events
Given above, the following should error in the second where since Answer Overflow Acount Id doesn't exist on autocapture, but since I can only do one generic it uses the combined type for both
Events is a key, object pair which stores information about the events
Given above, the following should error in the second where since Answer Overflow Acount Id doesn't exist on autocapture, but since I can only do one generic it uses the combined type for both
