UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

10 lines (9 loc) 302 B
import { HttpMethod } from './HttpMethod'; export declare class InterceptorCortege { path: string; method: HttpMethod; headers: Map<string, string>; data?: any; constructor(path: string, method: HttpMethod, headers: Map<string, string>, data?: any); isTransaction(): boolean; }