UNPKG

@charlesaugust44/nubank-api

Version:

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

11 lines (10 loc) 227 B
import Href from "./Href"; import { EventItem } from "./EventItem"; export default interface Events { events: [EventItem]; customer_id: string; as_of: string; _links: { updates: Href; }; }