Skip to content

Commit

Permalink
Code Refactory
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobustamante committed Mar 27, 2018
1 parent 854755c commit 266352d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ export interface ApiPipelineConfig {
/**
* Interceptors configuration
*/
interceptor?: ApiInterceptorFeatureConfig;
interceptor?: PipelineInterceptorConfig;
/**
* Error Handler configuration
*/
errorHandler?: { [index: string]: MiddlewareConfig };
}

export interface ApiInterceptorFeatureConfig {
export interface PipelineInterceptorConfig {
request?: { [index: string]: MiddlewareConfig };
response?: { [index: string]: MiddlewareConfig };
}
Expand Down

0 comments on commit 266352d

Please sign in to comment.