module Bot
    module Types
      class PassportElementErrorTranslationFiles < Base
        attribute :source, Types::String.constrained(eql: 'translation_files').default('translation_files')
        attribute :type, Types::String