UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

7 lines (5 loc) 234 B
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;