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