UNPKG

@charlesaugust44/nubank-api

Version:

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

13 lines (12 loc) 265 B
import Href from "./Href"; import Summary from "./Summary"; export default interface BillSummary { id?: string; state: string; summary: Summary; _links: { self: Href; barcode?: Href; boleto_email?: Href; }; }