near-api-js - v7.3.1
    Preparing search index...

    Interface ConnectionInfo

    interface ConnectionInfo {
        headers?: { [key: string]: string | number };
        url: string;
    }
    Index
    headers?: { [key: string]: string | number }
    url: string