WebNotificationHook type

يمثل إخطار على الويب

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