Skip to main content
Exemple d’utilisation :
export default createHook({
  event: "notification.subscribe.end",
  run: async (_, ctx) => {
    // code ..
  },
})

Types

L’event notification.subscribe.end ne recois aucune propriétés.
I