interface ResponseRouteScannerResultAllExternalUrls {
    items: {
        blocked: boolean;
        blockedUrl: string;
        id: number;
        ignored: boolean;
        lastScanned: string;
        markup: boolean;
        sourceUrl: string;
        tag: string;
    }[];
}

Hierarchy (view full)

Properties

Properties

items: {
    blocked: boolean;
    blockedUrl: string;
    id: number;
    ignored: boolean;
    lastScanned: string;
    markup: boolean;
    sourceUrl: string;
    tag: string;
}[]

Type declaration

  • blocked: boolean
  • blockedUrl: string
  • id: number
  • ignored: boolean
  • lastScanned: string
  • markup: boolean
  • sourceUrl: string
  • tag: string