-
I'm looking at the docs here at the moment, but I'm a bit confused how to actually use this. How is Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
vck3000
Jul 23, 2020
Replies: 1 comment
-
Sorry, I just realised I didn't read carefully enough 😢. I was using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vck3000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I just realised I didn't read carefully enough 😢. I was using
service.send(<event type>, {...data})
instead ofservice.send({type: <event type> , ...data})
. The Typescript type checking works perfectly now.