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

8 lines
No EOL
206 B
TypeScript

import { Job } from ".";
/**
* Remove the job from MongoDB
* @name Job#remove
* @function
*/
export declare const remove: (this: Job) => Promise<number | undefined>;
//# sourceMappingURL=remove.d.ts.map