bullmq - v6.0.3
    Preparing search index...

    Interface PgNotification

    A LISTEN/NOTIFY payload as delivered by node-postgres on a connection's 'notification' event.

    interface PgNotification {
        channel: string;
        payload?: string;
        processId?: number;
    }
    Index
    channel: string
    payload?: string
    processId?: number