WebNotificationHookPatch type

업데이트 후크 작업에 대한 웹후크 특정 패치 입력을 나타냅니다.

type WebNotificationHookPatch = {
  hookParameter?: Partial<WebhookHookParameter>
  hookType: "Webhook"
} & NotificationHookPatch