Closed iamsiddhant05 closed 4 years ago
I was going through the typescript definitions and cannot find PublishRequest for web, it only has for APN and FCM ?
PublishRequest
web
type PublishRequest = | PublishRequestWithApns | PublishRequestWithFcm | PublishRequestWithApnsAndFcm;
Can you add it or i could open a PR, but i need to know how much time will it be before you release?
Thanks for raising this! I've got a PR open & will have a release out asap
@iamsiddhant05 The fix for this is available in v1.2.1
I was going through the typescript definitions and cannot find
PublishRequest
forweb
, it only has for APN and FCM ?Can you add it or i could open a PR, but i need to know how much time will it be before you release?