Projektstart
This commit is contained in:
7
backend/node_modules/bullmq/dist/esm/interfaces/child-message.d.ts
generated
vendored
Normal file
7
backend/node_modules/bullmq/dist/esm/interfaces/child-message.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ParentCommand } from '../enums/parent-command';
|
||||
export interface ChildMessage {
|
||||
cmd: ParentCommand;
|
||||
requestId?: string;
|
||||
value?: any;
|
||||
err?: Record<string, any>;
|
||||
}
|
||||
Reference in New Issue
Block a user