UNPKG
marsol
Version:
latest (0.0.2)
0.0.2
0.0.1
Marsol.ly services JS SDK
github.com/Cipher-IT/MarsolClient_JS
Cipher-IT/MarsolClient_JS
marsol
/
lib
/
dto
/
VerifyOTPResponseStatusEnum.js
8 lines
(7 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
VerifyOTPResponseStatusEnum
=
void
0
;
exports
.
VerifyOTPResponseStatusEnum
= {
Success
:
'SUCCESS'
,
Failed
:
'FAILED'
};