xior
    Preparing search index...

    Type Alias XiorInterceptorRequestConfig<T>

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

    Type Parameters

    • T = any