UNPKG

@bookla-app/react-client-sdk

Version:
6 lines (5 loc) 154 B
export declare class InterceptorManager { private interceptors; use(interceptor: Function): () => void; execute(config: any): Promise<any>; }