UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

5 lines (4 loc) 179 B
import { InterceptorCortege } from './InterceptorCortege'; export declare interface HttpInterceptor { onIntercept(cortege: InterceptorCortege): Promise<InterceptorCortege>; }