mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
|
export const BAD_REQUEST = 400;
|
||
|
export const OK = 200;
|
||
|
export const NOT_FOUND = 404;
|