@gooddata/typings
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -224,5 +224,3 @@ export declare namespace AFM { | ||
interface IError extends Error { | ||
response: { | ||
status: number; | ||
}; | ||
response: Response; | ||
} | ||
@@ -229,0 +227,0 @@ /** |
@@ -300,5 +300,3 @@ // Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved. | ||
export interface IError extends Error { | ||
response: { | ||
status: number; | ||
}; | ||
response: Response; | ||
} | ||
@@ -305,0 +303,0 @@ |
{ | ||
"name": "@gooddata/typings", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "TypeScript definition files for GoodData platform", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
21873
532