HookSniffAPI.Model.EventType (hooksniff v1.0.0)

A registered event type in the system

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.EventType{
  description: String.t() | nil,
  id: String.t(),
  name: String.t(),
  schema_id: String.t() | nil
}

Functions

decode(value)