//
//  NoPassRNBridgeError.swift
//  SdkTest
//
//  Created by Artsiom Shmaenkov on 1.07.21.
//

import Foundation

public enum NoPassRNBridgeError: String {
  case userNotFound = "User not found"
  case biometricTypeNotFound = "Biometric type not found"
  case declineTypeNotFound = "Decline type not found"
}
