@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface InvalidUrlEntry

    interface InvalidUrlEntry {
        kind: "closed" | "merged";
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    kind: "closed" | "merged"
    title: string
    url: string