UNPKG

postmark

Version:

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

6 lines (5 loc) 200 B
import { ClickEvent } from "../../messages/OutboundMessageClick"; import { Hash } from "../../client/SupportingTypes"; export interface ClickWebhook extends ClickEvent { Metadata: Hash<string>; }