bullmq - v5.56.2
    Preparing search index...

    Interface FlowJobBase<T>

    interface FlowJobBase<T> {
        children?: FlowChildJob[];
        data?: any;
        name: string;
        opts?: Omit<T, "repeat">;
        prefix?: string;
        queueName: string;
    }

    Type Parameters

    • T
    Index

    Properties

    children?: FlowChildJob[]
    data?: any
    name: string
    opts?: Omit<T, "repeat">
    prefix?: string
    queueName: string