UNPKG

postmark

Version:

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

6 lines (5 loc) 178 B
import { Hash } from "../../client/SupportingTypes"; import { Bounce } from "../../bounces/Bounce"; export interface BounceWebhook extends Bounce { Metadata: Hash<string>; }