chore: moving web constants to packages
This commit is contained in:
parent
ae3b588081
commit
e9372adcf4
36 changed files with 305 additions and 314 deletions
5
packages/constants/src/error.ts
Normal file
5
packages/constants/src/error.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export enum E_ARCHIVE_ERROR_CODES {
|
||||
"INVALID_ARCHIVE_STATE_GROUP" = 4091,
|
||||
"INVALID_ISSUE_START_DATE" = 4101,
|
||||
"INVALID_ISSUE_TARGET_DATE" = 4102,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue