@ntegral/nestjs-sendgrid-client
Version:
Provides an injectable SendGrid Client for the SendGrid v3 Web API
7 lines (6 loc) • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SENDGRIDCLIENT_MODULE = exports.SENDGRIDCLIENT_TOKEN = exports.SENDGRIDCLIENT_MODULE_OPTIONS = void 0;
exports.SENDGRIDCLIENT_MODULE_OPTIONS = 'SendGridClientModuleOptions';
exports.SENDGRIDCLIENT_TOKEN = 'SendGridClientToken';
exports.SENDGRIDCLIENT_MODULE = 'SendGridClientModule';