UNPKG

postmark

Version:

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

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