UNPKG

postmark

Version:

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

13 lines (12 loc) 305 B
import { Hash } from "../../client/SupportingTypes"; export interface DeliveryWebhook { RecordType: "Delivery"; ServerID: number; MessageStream: string; MessageID: string; Recipient: string; Tag?: string; DeliveredAt: string; Details: string; Metadata: Hash<string>; }