NotificationHookPatch type

Represents properties common to the patch input to the Update Hook operation.

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