Convert from the symlink format to a local package
This commit is contained in:
parent
4c957cce07
commit
c2dfd2fd3a
8 changed files with 104 additions and 12 deletions
7
common/src/enums/Status.ts
Normal file
7
common/src/enums/Status.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export enum Status {
|
||||
Success = 200,
|
||||
UnknownError = 400,
|
||||
OutOfDate = 401,
|
||||
NotFound = 404,
|
||||
Teapot = 418,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue