UNPKG

@marceloclp/monzojs

Version:

Unofficial wrapper for the Monzo API written in TypeScript.

14 lines (13 loc) 284 B
export declare type Address = { formatted: string; short_formatted: string; city: string; latitude: number; longitude: number; zoom_level: number; approximate: boolean; address: string; region: string; country: string; postcode: string; };