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

8 lines
No EOL
177 B
TypeScript

import { Job } from ".";
/**
* Allows job type to run
* @name Job#enable
* @function
*/
export declare const enable: (this: Job) => Job;
//# sourceMappingURL=enable.d.ts.map