# frozen_string_literal: true

class WebHookEventTypeSerializer < ApplicationSerializer
  attributes :id, :name, :group
end
