Type Alias XiorPlugin

XiorPlugin: ((adapter: ((request: XiorRequestConfig) => Promise<XiorResponse>), instance?: XiorInstance) => ((request: XiorRequestConfig) => Promise<XiorResponse<any>>))