bullmq - v5.64.0
    Preparing search index...

    Type Alias MinimalQueue

    MinimalQueue: Pick<
        QueueBase,
        | "name"
        | "client"
        | "toKey"
        | "keys"
        | "opts"
        | "qualifiedName"
        | "closing"
        | "waitUntilReady"
        | "removeListener"
        | "emit"
        | "on"
        | "redisVersion",
    >