interface RequestRouteScannerResultIgnorePost {
    ignored: boolean;
    type: "template" | "host";
    value: string;
}

Hierarchy (view full)

Properties

Properties

ignored: boolean
type: "template" | "host"
value: string