UNPKG

@marceloclp/monzojs

Version:

Unofficial wrapper for the Monzo API written in TypeScript.

6 lines (5 loc) 184 B
import { Monzo } from '..'; export declare type GetAccountsParams<T extends Monzo.Accounts.Types = Monzo.Accounts.Types> = { /** Filter by account type. */ accountType?: T; };