diff --git a/src/interceptors/types.ts b/src/interceptors/types.ts index 87724ad..aaf3807 100644 --- a/src/interceptors/types.ts +++ b/src/interceptors/types.ts @@ -3,7 +3,8 @@ export interface AxiosInterceptor { onRejected?(error: any): any; /** - * Should apply this interceptor to an already provided axios instance. Does not call this method explicitly. + * Should apply this interceptor to an already provided axios + * instance. Does not call this method explicitly. */ use(): void; }