UNPKG

postmark

Version:

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

15 lines (14 loc) 383 B
import { Hash } from "../../client/SupportingTypes"; export interface SubscriptionChangeWebhook { RecordType: "SubscriptionChange"; MessageID: string; ServerID: number; MessageStream: string; ChangedAt: string; Recipient: string; Origin: string; SuppressSending: boolean; SuppressionReason: string; Tag?: string; Metadata: Hash<string>; }