@mehulbaid/nest-sendgrid
Version:
Integrates @sendgrid/mail client in a modular way to help send email from NestJs
7 lines (6 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SENDGRID_MODULE = exports.SENDGRID_TOKEN = exports.SENDGRID_MODULE_OPTIONS = void 0;
exports.SENDGRID_MODULE_OPTIONS = 'SendgridModuleOptions';
exports.SENDGRID_TOKEN = 'SendgridToken';
exports.SENDGRID_MODULE = 'SendgridModule';