# frozen_string_literal: true module Yoti module DocScan module Session module Retrieve class TextDataCheckResponse < CheckResponse end end end end end