UNPKG
@ntegral/nestjs-sendgrid-client
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Provides an injectable SendGrid Client for the SendGrid v3 Web API
@ntegral/nestjs-sendgrid-client
/
dist
/
common
/
sendgridclient.constants.d.ts
4 lines
(3 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
export
declare
const
SENDGRIDCLIENT_MODULE_OPTIONS
=
"SendGridClientModuleOptions"
;
export
declare
const
SENDGRIDCLIENT_TOKEN
=
"SendGridClientToken"
;
export
declare
const
SENDGRIDCLIENT_MODULE
=
"SendGridClientModule"
;