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

    Interface PathURIObject

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

    Hierarchy (View Summary)

    Index

    Properties

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