sendgrid / sendgrid-nodejs

The Official Twilio SendGrid Led, Community Driven Node.js API Library
https://sendgrid.com
MIT License
2.98k stars 781 forks source link

fix: Export type PublicKey to allow type declarations #1368

Open jameshfisher opened 2 years ago

jameshfisher commented 2 years ago

Without this, I have to write something awful like:

import { EventWebhook } from '@sendgrid/eventwebhook';
let sendgridEcPublicKey: ReturnType<EventWebhook['convertPublicKeyToECDSA']>;

Checklist

If you have questions, please file a support ticket.