@adviser/cement - v0.0.0
    Preparing search index...

    Interface URIObject

    interface URIObject {
        style: "host" | "path";
        protocol: string;
        pathname: string;
        searchParams: Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    style: "host" | "path"
    protocol: string
    pathname: string
    searchParams: Record<string, string>