UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
lib
/
ServerApi
/
VerificationApiClient
/
fetchExistingVerificationRequest.d.ts
3 lines
(2 loc)
•
171 B
TypeScript
View Raw
1
2
3
import
{
VerificationResponse
}
from
'../../types/types'
;
export
declare
function
fetchExistingVerificationRequest
(
verificationId
:
string
):
Promise
<
VerificationResponse
>;