Interface PathComponents

interface PathComponents {
    host: string;
    path: string;
}

Properties

Properties

host: string
path: string