SYMBOL INDEX (22 symbols across 6 files) FILE: index.d.ts type BaseData (line 1) | interface BaseData { type RequestPromise (line 5) | interface RequestPromise extends Promise> { type Method (line 9) | type Method = type RequestConfig (line 20) | interface RequestConfig { type InterceptorManager (line 30) | interface InterceptorManager { type Response (line 35) | interface Response { type RequestError (line 43) | interface RequestError extends Error { type Instance (line 47) | interface Instance { type RequestStatic (line 62) | interface RequestStatic extends Instance { FILE: src/InterceptorManager.js class InterceptorManager (line 1) | class InterceptorManager { method constructor (line 2) | constructor() { method use (line 6) | use(fulfilled, rejected) { method eject (line 14) | eject(id) { method forEach (line 20) | forEach(fn) { FILE: src/class.js class Request (line 5) | class Request { method constructor (line 6) | constructor(config) { method request (line 13) | request(config) { method all (line 38) | all(promises) { FILE: src/defaults.js constant DEFAULT_CONTENT_TYPE (line 3) | let DEFAULT_CONTENT_TYPE = { method transformRequest (line 17) | transformRequest(data) { FILE: src/helpers/util.js function encode (line 65) | function encode(val) { FILE: src/request.js function createInstance (line 5) | function createInstance(config) {