9 lines
No EOL
248 B
TypeScript
9 lines
No EOL
248 B
TypeScript
import { Job } from ".";
|
|
/**
|
|
* Saves a job into the MongoDB
|
|
* @name Job#
|
|
* @function
|
|
* @returns instance of Job resolved after job is saved or errors
|
|
*/
|
|
export declare const save: (this: Job) => Promise<Job>;
|
|
//# sourceMappingURL=save.d.ts.map
|