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.

10 lines (9 loc) 192 B
export default interface IBank { id: number; name: string; code: string; imagePath: string; isBankAggregation: boolean; dateCreated: number; lastUpdated: number; }