UNPKG

@ntegral/nestjs-sendgrid-client

Version:

Provides an injectable SendGrid Client for the SendGrid v3 Web API

4 lines (3 loc) 220 B
import { SendGridClientModuleOptions } from '../interfaces'; import { SendGridClient } from '@ntegral/sendgrid-client'; export declare function createSendGridClient(options: SendGridClientModuleOptions): SendGridClient;