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.

11 lines (10 loc) 220 B
export default interface ISignUpResponse { id: number; name: string; firstLastName: string; secondLastName: string; email: string; companyName: string; username: string; apiKey: string; }