drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias MirrorTask

    type MirrorTask = {
        attempts: number;
        op: "put" | "delete";
        uri: string;
    }
    Index
    attempts: number
    op: "put" | "delete"
    uri: string