UNPKG

@marceloclp/monzojs

Version:

Unofficial wrapper for the Monzo API written in TypeScript.

10 lines (9 loc) 203 B
/** * Webhooks allow your application to receive real-time, push notification of * events in an account. */ export declare type Webhook = { account_id: string; id: string; url: string; };