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

Properties

Properties

path: string

Resolved path.

scope: "kernel" | "server"

Location scope.