UNPKG

postmark

Version:

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

8 lines (7 loc) 205 B
/** * Describes filtering parameters that can be used when retrieving webhooks. */ export declare class WebhookFilteringParameters { messageStream?: string; constructor(messageStream: string); }