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

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