export enum VERIFICATION_STATUSES { DEFAULT = 'standby', FAILURE = 'failure', STARTING = 'starting', SUCCESS = 'success' }