interface ParamsRouteScannerResultAllExternalUrls {
    identifier: string;
    type: "template" | "host";
}

Hierarchy (view full)

Properties

Properties

identifier: string
type: "template" | "host"