UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

9 lines (8 loc) 260 B
/** * 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;