WebNotificationHookPatch type
Mewakili input patch khusus Webhook ke operasi Update Hook.
type WebNotificationHookPatch = {
hookParameter?: Partial<WebhookHookParameter>
hookType: "Webhook"
} & NotificationHookPatch