UNPKG

@softcol/biometrics

Version:

Collection of utility methods for eLogic Biometrics

10 lines (9 loc) 254 B
export declare enum MessageCode { BIOMETRICS_COMPLETED = "BIOMETRICS_COMPLETED", BIOMETRICS_RETRY = "BIOMETRICS_RETRY", BIOMETRICS_ERROR = "BIOMETRICS_ERROR" } export interface EBiometricsMessage { code: MessageCode; content?: any; }