bullmq - v5.56.2
    Preparing search index...

    Interface ChildMessage

    interface ChildMessage {
        cmd: ParentCommand;
        err?: Record<string, any>;
        requestId?: string;
        value?: any;
    }
    Index

    Properties

    err?: Record<string, any>
    requestId?: string
    value?: any