add d.ts
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user