From bcd88af53b1a920d728ec98b45daa9ac2e2c0917 Mon Sep 17 00:00:00 2001 From: transtrike Date: Fri, 12 Feb 2021 19:04:53 +0200 Subject: Moved from DevHive --- src/interfaces/api-error.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/interfaces/api-error.ts (limited to 'src/interfaces/api-error.ts') diff --git a/src/interfaces/api-error.ts b/src/interfaces/api-error.ts new file mode 100644 index 0000000..4dd68f3 --- /dev/null +++ b/src/interfaces/api-error.ts @@ -0,0 +1,6 @@ +export interface IApiError { + type: string; + title: string; + status: number; + traceId: string; +} -- cgit v1.2.3