You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APIWebhookEventBase is intentionally not exported, but it is not possible to get each webhook event type individually. It is only possible to get a union of them all via APIWebhookEvent, which makes it difficult to, for example, type a parameter of a function as a specific webhook event type.
Code sample
No response
Package version
main
Runtime
Node.js
Runtime version
N/A
Priority this issue should have
Low (slightly annoying)
The text was updated successfully, but these errors were encountered:
Issue description
APIWebhookEventBase
is intentionally not exported, but it is not possible to get each webhook event type individually. It is only possible to get a union of them all viaAPIWebhookEvent
, which makes it difficult to, for example, type a parameter of a function as a specific webhook event type.Code sample
No response
Package version
main
Runtime
Node.js
Runtime version
N/A
Priority this issue should have
Low (slightly annoying)
The text was updated successfully, but these errors were encountered: