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

8 lines
No EOL
176 B
TypeScript

import { Job } from ".";
/**
* Internal method (RUN)
* @name Job#run
* @function
*/
export declare const run: (this: Job) => Promise<Job>;
//# sourceMappingURL=run.d.ts.map