Projektstart
This commit is contained in:
11
backend/node_modules/bullmq/dist/esm/interfaces/parent-options.d.ts
generated
vendored
Normal file
11
backend/node_modules/bullmq/dist/esm/interfaces/parent-options.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface ParentOptions {
|
||||
/**
|
||||
* Parent identifier.
|
||||
*/
|
||||
id: string;
|
||||
/**
|
||||
* It includes the prefix, the namespace separator :, and queue name.
|
||||
* @see {@link https://www.gnu.org/software/gawk/manual/html_node/Qualified-Names.html}
|
||||
*/
|
||||
queue: string;
|
||||
}
|
||||
Reference in New Issue
Block a user