UNPKG

@charlesaugust44/nubank-api

Version:

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

13 lines (12 loc) 254 B
export default interface BillItem { category: string; amount: number; transaction_id: string; index: number; charges: number; type: string; title: string; id: string; href: string; post_date: string; }