Sanity Library Reference Docs
    Preparing search index...
    interface UrlWithStringQuery {
        auth: string | null;
        hash: string | null;
        host: string | null;
        hostname: string | null;
        href: string;
        path: string | null;
        pathname: string | null;
        protocol: string | null;
        search: string | null;
        slashes: boolean | null;
        port: string | null;
        query: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    auth: string | null
    hash: string | null
    host: string | null
    hostname: string | null
    href: string
    path: string | null
    pathname: string | null
    protocol: string | null
    search: string | null
    slashes: boolean | null
    port: string | null
    query: string | null