Right now, all the payloads for the various webhook events are typed as { [key: string]: unknown } (link)
For convenience, it would be helpful if we had strongly type definitions for the various payloads for each event_type
If this already exists somewhere, could you point me to where it is?