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.d.ts
6 lines
(5 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
VerifyOTPResponseStatusEnum
: {
readonly
Success
:
"SUCCESS"
;
readonly
Failed
:
"FAILED"
; };
export
type
VerifyOTPResponseStatusEnum
= (
typeof
VerifyOTPResponseStatusEnum
)[keyof
typeof
VerifyOTPResponseStatusEnum
];