UNPKG

postmark

Version:

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

8 lines (7 loc) 236 B
export declare class StatisticsFilteringParameters { tag?: string; fromDate?: string; toDate?: string; messageStream?: string; constructor(tag?: string, fromDate?: string, toDate?: string, messageStream?: string); }