export type loginMethod = "mpin" | "pass";
export type forgotPasswordMethod = "username" | "mobile" | "email";
export type statusCode = 200 | 201 | 500 | 401 | 400 | 427 | 783 | 430 | 449 | 419;
