ach-node-sdk
    Preparing search index...

    Interface Url

    interface Url {
        hostname?: string;
        pathname?: string;
        protocol?: string;
        query: object;
        search: string;
    }
    Index
    hostname?: string
    pathname?: string
    protocol?: string
    query: object
    search: string