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

    Type Alias ZlibRequest

    what the PHP half sends

    type ZlibRequest = {
        b64?: string;
        level?: number;
        op?: string;
    }
    Index
    b64?: string
    level?: number
    op?: string