devowl-wp
    Preparing search index...
    interface ResponseRouteScannerResultAllExternalUrls {
        items: {
            blocked: boolean;
            blockedUrl: string;
            id: number;
            ignored: boolean;
            lastScanned: string;
            markup: boolean;
            sourceUrl: string;
            tag: string;
        }[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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