Files
simple-mail-cleaner/backend/node_modules/bullmq/dist/esm/interfaces/parent-options.d.ts
2026-01-22 15:49:12 +01:00

12 lines
294 B
TypeScript

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;
}