UNPKG
up-bank-typescript
Version:
latest (0.0.1)
0.0.1
Typescript wrapper for Up Bank API
github.com/billyjs/up-bank-typescript
billyjs/up-bank-typescript
up-bank-typescript
/
dist
/
services
/
util
/
types.d.ts
7 lines
(6 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
PingResponse
{
meta
: {
id
:
string
;
statusEmoji
:
string
; }; }