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

8 lines
No EOL
192 B
TypeScript

import { Job } from ".";
/**
* Prevents the job type from running
* @name Job#disable
* @function
*/
export declare const disable: (this: Job) => Job;
//# sourceMappingURL=disable.d.ts.map