@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.38,965ts5.8
1.0.38,965ts5.7
1.0.38,965latest
1.0.38,965ts4.5
1.0.38,965ts4.6
1.0.38,965ts4.7
1.0.38,965ts4.8
1.0.38,965ts4.9
1.0.38,965ts5.0
1.0.38,965ts5.1
1.0.38,965ts5.2
1.0.38,965ts5.3
1.0.38,965ts5.4
1.0.38,965ts5.5
1.0.38,965ts5.6
1.0.38,965ts5.9
1.0.01,234ts3.3
1.0.01,234ts3.4
1.0.01,234ts3.5
1.0.01,234ts3.6
1.0.01,234ts3.7
1.0.01,234ts3.8
1.0.01,234ts3.9
1.0.01,234ts4.0
1.0.01,234ts4.1
1.0.01,234ts4.2
1.0.01,234ts4.3
1.0.01,234ts4.4

Version History

VersionDownloads (Last 7 Days)Published
1.0.38,965
1.0.238
1.0.135
1.0.01,234

Package Sidebar

Install

npm i @types/nodemailer-sendgrid

Weekly Downloads

9,905

Version

1.0.3

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types