Ancora sistemazioni con typescript....
This commit is contained in:
10
src/store/Modules/serv_constants.ts
Normal file
10
src/store/Modules/serv_constants.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const serv_constants = {
|
||||
RIS_CODE_ERR: -99,
|
||||
RIS_CODE_EMAIL_ALREADY_VERIFIED: -5,
|
||||
RIS_CODE_EMAIL_VERIFIED: 1,
|
||||
RIS_CODE_OK: 1,
|
||||
|
||||
RIS_CODE_LOGIN_ERR_GENERIC: -20,
|
||||
RIS_CODE_LOGIN_ERR: -10,
|
||||
RIS_CODE_LOGIN_OK: 1
|
||||
}
|
||||
Reference in New Issue
Block a user