UNPKG

@softcol/biometrics

Version:

Collection of utility methods for eLogic Biometrics

11 lines (9 loc) 238 B
export enum MessageCode { BIOMETRICS_COMPLETED = 'BIOMETRICS_COMPLETED', BIOMETRICS_RETRY = 'BIOMETRICS_RETRY', BIOMETRICS_ERROR = 'BIOMETRICS_ERROR', } export interface EBiometricsMessage { code: MessageCode; content?: any; }