UNPKG

@charlesaugust44/nubank-api

Version:

This is a package to easily integrate the nubank web api, supporting QRCode login.

10 lines (9 loc) 216 B
import BillSummary from "./BillSummary"; import Href from "./Href"; export default interface BillSummaryContainer { bills: [BillSummary]; _links: { future: Href; open: Href; }; }