add d.ts
This commit is contained in:
parent
8c9e4ae574
commit
08c2abd085
12
index.d.ts
vendored
Normal file
12
index.d.ts
vendored
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user