- recive(options: {id: string, name: string, payload: any})
+ recive(event: EventWebhookEvent)
Actually it should be the other way around - I've deliberately not modified that type because I don't want to blow out the scope of the PR more than needed, and the types are compatible so it's not a required change.
Originally posted by @G-Rath in #422 (comment)