Type alias VerificationStepMap<T>

VerificationStepMap<T>: {
    [P in VerificationStep]: T
}

Type Parameters

  • T