WebNotificationHookPatch type
Represents Webhook specific patch input to the Update Hook operation.
type WebNotificationHookPatch = {
hookParameter?: Partial<WebhookHookParameter>
hookType: "Webhook"
} & NotificationHookPatch