FrontEnd Angular - v0.0.1-alpha
This commit is contained in:
18
src/app/shared/model/httpError/httpError.model-ti.ts
Normal file
18
src/app/shared/model/httpError/httpError.model-ti.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* This module was automatically generated by `ts-interface-builder`
|
||||
*/
|
||||
import * as t from "ts-interface-checker";
|
||||
// tslint:disable:object-literal-key-quotes
|
||||
|
||||
export const HttpError = t.iface([], {
|
||||
"title": "string",
|
||||
"status": "number",
|
||||
"details": "string",
|
||||
"developerMessage": "string",
|
||||
"timestamp": "string",
|
||||
});
|
||||
|
||||
const HttpErrorTI: t.ITypeSuite = {
|
||||
HttpError,
|
||||
};
|
||||
export default HttpErrorTI;
|
||||
Reference in New Issue
Block a user