react-use-intercom icon indicating copy to clipboard operation
react-use-intercom copied to clipboard

Typescript Generics

Open samuelcastro opened this issue 2 years ago • 1 comments

Hi, it would be great to add generics for specifics functions like trackEvent something like:

trackEvent: <T = object>(event: string, metaData?: T) => void;

Thanks!

samuelcastro avatar Apr 18 '22 15:04 samuelcastro

Hi Samuel,

That would be nice indeed! Would you mind picking this up and submit a PR?

devrnt avatar Apr 19 '22 06:04 devrnt