UNPKG

@marceloclp/monzojs

Version:

Unofficial wrapper for the Monzo API written in TypeScript.

5 lines (4 loc) 101 B
export declare type GetBalanceParams = { /** The id of the account. */ accountId: string; };