UNPKG

monzo-ts

Version:
9 lines (7 loc) 160 B
import { Currency } from '../lib/Currency'; export interface Balance { account_id: string; balance: number; spend_today: number; currency: Currency; }