Interface VerificationServiceProps

interface VerificationServiceProps {
    verificationService: VerificationService<ViewModel>;
}

Properties

verificationService: VerificationService<ViewModel>