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

    Type Alias MirrorablePage

    the cfw_page columns a mirror needs, and nothing more

    type MirrorablePage = {
        contentType: string;
        html: string;
        path: string;
        status: number;
    }
    Index
    contentType: string
    html: string
    path: string
    status: number