UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

4 lines (3 loc) 207 B
export type loginMethod = "mpin" | "pass"; export type forgotPasswordMethod = "username" | "mobile" | "email"; export type statusCode = 200 | 201 | 500 | 401 | 400 | 427 | 783 | 430 | 449 | 419 | 403 | 404;