UNPKG
nubank.ts
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Nubank api module for node.js
github.com/Bezouro/nubank.ts
Bezouro/nubank.ts
nubank.ts
/
dist
/
interfaces
/
IAccount.d.ts
16 lines
(15 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
default
INuAccountID
;
interface
INuAccountID
{
id
:
string
;
savingsAccount
: {
id
:
string
; }; }
export
interface
IPixAlias
{
id
:
string
;
kind
:
string
;
value
:
string
;
formattedValue
:
string
;
itemDeepLink
:
string
;
badge
:
unknown
; }