WebNotificationHook type

Represents Webhook hook

type WebNotificationHook = {
  hookParameter: WebhookHookParameter
  hookType: "Webhook"
} & NotificationHook