@netresearch/node-magento-eqp
    Preparing search index...

    Interface RequestConfig

    interface RequestConfig {
        auth?: { password: string; username: string };
        headers?: Record<string, string>;
        params?: Record<string, string | number | boolean | undefined>;
    }
    Index

    Properties

    auth?: { password: string; username: string }
    headers?: Record<string, string>
    params?: Record<string, string | number | boolean | undefined>