NotificationHookPatch type

Représente les propriétés communes à l’entrée du correctif à l’opération Update Hook.

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