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