@gooddata/typings
Advanced tools
Comparing version 0.0.1-vaclavbohac-init-2017-10-30T12-44-47-443Z to 0.0.1-vaclavbohac-init-2017-10-30T13-27-11-489Z
@@ -195,2 +195,6 @@ export declare namespace AFM { | ||
} | ||
interface IError { | ||
code: number; | ||
message?: string; | ||
} | ||
interface IExecutionResponses { | ||
@@ -200,2 +204,3 @@ executionResponse: IExecutionResponse; | ||
} | ||
type AfmExecutionResponse = IExecutionResponses | IError; | ||
} |
@@ -250,2 +250,7 @@ export namespace AFM { | ||
export interface IError { | ||
code: number; | ||
message?: string; | ||
} | ||
export interface IExecutionResponses { | ||
@@ -255,2 +260,4 @@ executionResponse: IExecutionResponse; | ||
} | ||
export type AfmExecutionResponse = IExecutionResponses | IError; | ||
} |
{ | ||
"name": "@gooddata/typings", | ||
"version": "0.0.1-vaclavbohac-init-2017-10-30T12-44-47-443Z", | ||
"version": "0.0.1-vaclavbohac-init-2017-10-30T13-27-11-489Z", | ||
"description": "TypeScript definition files for GoodData platform", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
15167
442