9 lines
No EOL
280 B
TypeScript
9 lines
No EOL
280 B
TypeScript
import { Job, JobAttributes } from ".";
|
|
/**
|
|
* Given a job, turn it into an object we can store in Mongo
|
|
* @name Job#toJSON
|
|
* @function
|
|
* @returns json object from Job
|
|
*/
|
|
export declare const toJson: (this: Job) => Partial<JobAttributes>;
|
|
//# sourceMappingURL=to-json.d.ts.map
|