UNPKG

@bitclave/base-client-js

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