Type Alias XiorInterceptorRequestConfig<T>

XiorInterceptorRequestConfig<T>: XiorRequestConfig & {
    headers: Record<string, any>;
    method: string;
    params: Record<string, any>;
    url: string;
}

Type Parameters

  • T = any