This commit is contained in:
Timo Hocker 2020-04-09 10:58:36 +02:00
parent 8c9e4ae574
commit 08c2abd085

12
index.d.ts vendored Normal file
View File

@ -0,0 +1,12 @@
declare module '@scode/consts' {
export = {
http: {
status_ok: number,
status_ok_no_content: number,
status_bad_request: number,
status_unauthorized: number,
status_forbidden: number,
status_not_found: number
}
}
}