onesignal-node-api icon indicating copy to clipboard operation
onesignal-node-api copied to clipboard

'errors' property is `any`, makes the typing useless

Open jpike88 opened this issue 1 month ago • 1 comments
trafficstars

I don't know why for such a critical property, it's just been given a type of 'any'. Is it always an array of strings? How is this acceptable?

https://github.com/OneSignal/onesignal-node-api/blob/0d5de918894384cc284b205b0c5c1bdb8e2aa3f0/models/CreateNotificationSuccessResponse.ts#L17

jpike88 avatar Oct 06 '25 04:10 jpike88