fix
This commit is contained in:
parent
08c2abd085
commit
4eeb298f3c
16
index.d.ts
vendored
16
index.d.ts
vendored
@ -1,12 +1,10 @@
|
||||
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
|
||||
}
|
||||
export namespace http {
|
||||
export const status_ok: number,
|
||||
export const status_ok_no_content: number,
|
||||
export const status_bad_request: number,
|
||||
export const status_unauthorized: number,
|
||||
export const status_forbidden: number,
|
||||
export const status_not_found: number
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user