UNPKG

@sendgrid/helpers

Version:

Twilio SendGrid NodeJS internal helpers

8 lines (7 loc) 207 B
export default class Response<TPayload = object> { statusCode: number; body: TPayload; headers: any; constructor(statusCode: number, body: TPayload, headers?: any); toString(): string; }