cletus/node_modules/agenda/dist/job/priority.d.ts
2025-05-09 15:53:19 -05:00

7 lines
No EOL
225 B
TypeScript

import { Job } from ".";
/**
* Sets priority of the job
* @param priority priority of when job should be queued
*/
export declare const priority: (this: Job, priority: string) => Job;
//# sourceMappingURL=priority.d.ts.map