UNPKG

open-banking-pfm-sdk

Version:

The Open Banking PFM SDK uses Client classes and with **Promises** to get responses from the Open Banking PFM API in an easier way and structured as data models.

12 lines (11 loc) 264 B
export default interface IFilterOptions { minAmount?: string; maxAmount?: string; categoryId?: string; subcategoryId?: string; withCharges?: string; withDebits?: string; accountId?: string; dateFrom?: string; dateTo?: string; }