interface IResolvedLocation {
    path: string;
    scope: "server" | "kernel";
}

Properties

Properties

path: string

Resolved path.

scope: "server" | "kernel"

Location scope.