# frozen_string_literal: true

module Ci
  class GroupVariableSerializer < BaseSerializer
    entity ::Ci::GroupVariableEntity
  end
end
