# frozen_string_literal: true

class WebHookGroupUserSerializer < BasicGroupUserSerializer
  attributes :id, :created_at
end