2 lines
91 B
TypeScript
Executable File
2 lines
91 B
TypeScript
Executable File
export type OtpCacheKeyType = "LOGIN" | "REGISTER" | "FORGOT_PASSWORD" | "INVOICE_VERIFY";
|