UNPKG

@ntegral/sendgrid-client

Version:

Client for the SendGrid v3 Web API

13 lines (12 loc) 238 B
export interface SendGridClientOptions { apiKey?: string; credentials?: { username: string; password: string; }; subuser?: string; defaultHeader?: { key: string; value: string; }; }