NotificationHookPatch type

업데이트 후크 작업에 대한 패치 입력에 공통적인 속성을 나타냅니다.

type NotificationHookPatch = {
  admins?: string[]
  description?: string
  externalLink?: string
  hookName?: string
}