UNPKG
@ntegral/sendgrid-client
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Client for the SendGrid v3 Web API
@ntegral/sendgrid-client
/
dist
/
interfaces
/
sendgrid-client.interfaces.d.ts
13 lines
(12 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export interface SendGridClientOptions { apiKey?: string; credentials?: { username: string; password: string; }; subuser?: string; defaultHeader?: { key: string; value: string; }; }