-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c573bd
commit 2f297c9
Showing
3 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
export const httpClientFreeSocketTimeout: 55000; | ||
export namespace InternalError { | ||
const code: number; | ||
const description: string; | ||
const InternalError: boolean; | ||
let code: number; | ||
let description: string; | ||
let InternalError: boolean; | ||
} | ||
export namespace InvalidParameterValue { | ||
const code_1: number; | ||
let code_1: number; | ||
export { code_1 as code }; | ||
const description_1: string; | ||
let description_1: string; | ||
export { description_1 as description }; | ||
export const InvalidParameterValue: boolean; | ||
export let InvalidParameterValue: boolean; | ||
} | ||
export namespace Forbidden { | ||
const code_2: number; | ||
let code_2: number; | ||
export { code_2 as code }; | ||
const description_2: string; | ||
let description_2: string; | ||
export { description_2 as description }; | ||
export const Forbidden: boolean; | ||
export let Forbidden: boolean; | ||
} | ||
export namespace WrongFormat { | ||
const code_3: number; | ||
let code_3: number; | ||
export { code_3 as code }; | ||
const description_3: string; | ||
let description_3: string; | ||
export { description_3 as description }; | ||
export const WrongFormat: boolean; | ||
export let WrongFormat: boolean; | ||
} | ||
//# sourceMappingURL=constants.d.ts.map |