- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones de configuracion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
378 B
TypeScript
8 lines
378 B
TypeScript
import { OnApplicationShutdown } from '@nestjs/common';
|
|
import { QueueEvents } from 'bullmq';
|
|
export declare abstract class QueueEventsHost<T extends QueueEvents = QueueEvents> implements OnApplicationShutdown {
|
|
private _queueEvents;
|
|
get queueEvents(): T;
|
|
onApplicationShutdown(signal?: string): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=queue-events-host.class.d.ts.map
|