@key :__audit_trail__
  @enabled? Application.compile_env(:audit, :enabled?, false)

  @type file_t :: binary()
  @type line_t :: non_neg_integer()
  @type trail_t :: {struct(), file_t(), line_t()}
  @type change_t :: {struct(), trail_t()}