@krypton-org/krypton-auth
Version:
Express authentication middleware, using GraphQL and JSON Web Tokens.
12 lines (11 loc) • 297 B
TypeScript
/**
* Module returning the GraphQL schema for the user management API.
* @module jobs/Email
*/
import Agenda from 'agenda';
/**
* Define job type of sending an email in the Agenda process queue.
* @param {Agenda} agenda
* @returns {void}
*/
export default function (agenda: Agenda): void;