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
/
VerificationRequestGetters.d.ts
9 lines
(8 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * TODO - preamble */
import
{
ViewModel
,
VerificationStep
}
from
'../types/types'
;
/** * Return an empty request object as a starting-point for our run-time model */
export
declare
const
getEmptyViewModel
:
(
currentStep
:
VerificationStep
) =>
ViewModel
;