8 lines
No EOL
206 B
TypeScript
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
|