As pointed in the docs, Veriff is a function that should be imported the following way:
import { Veriff } from "@veriff/js-sdk"
Nevertheless, when this is done, TS shows this error:
'Veriff' can only be imported by using a default import
Could the typing be fixed? Thanks!