1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-28 02:23:05 -05:00

6 lines
162 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class TranslationService::Translation < ActiveModelSerializers::Model
attributes :text, :detected_source_language, :provider
end