@lzwme/fe-utils
    Preparing search index...

    Interface ReqConfig

    interface ReqConfig {
        baseURL?: string;
        cookie?: string;
        headers?: OutgoingHttpHeaders;
        reqOptions?: ReqOptions | RequestOptions;
    }
    Index

    Properties

    baseURL?: string
    cookie?: string
    headers?: OutgoingHttpHeaders
    reqOptions?: ReqOptions | RequestOptions