@types/nodemailer-sendgrid
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/nodemailer-sendgrid

Summary

This package contains type definitions for nodemailer-sendgrid (https://github.com/nodemailer/nodemailer-sendgrid).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer-sendgrid.

index.d.ts

import { Transport } from "nodemailer";

declare namespace nodemailerSendgrid {
    interface SendgridOptions {
        apiKey: string;
    }
}

declare function nodemailerSendgrid(options: nodemailerSendgrid.SendgridOptions): Transport;

export = nodemailerSendgrid;

Additional Details

Credits

These definitions were written by Luke Jones.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/nodemailer-sendgrid

Weekly Downloads

10,272

Version

1.0.3

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types