UNPKG

@ntegral/nestjs-sendgrid

Version:

Provides an injectable lulu api client to provide features to the Lulu API

4 lines (3 loc) 214 B
import { SendGridModuleOptions } from '../interfaces'; import { SendGridService } from '../services/sendgrid.service'; export declare function createSendGridClient(options: SendGridModuleOptions): SendGridService;