UNPKG

postmark

Version:

Official Node.js client library for the Postmark HTTP API - https://www.postmarkapp.com

5 lines (4 loc) 92 B
import { Webhook } from "./Webhook"; export interface Webhooks { Webhooks: Webhook[]; }