UNPKG

marsol

Version:
6 lines (5 loc) 241 B
export declare const VerifyOTPResponseStatusEnum: { readonly Success: "SUCCESS"; readonly Failed: "FAILED"; }; export type VerifyOTPResponseStatusEnum = (typeof VerifyOTPResponseStatusEnum)[keyof typeof VerifyOTPResponseStatusEnum];