UNPKG

@hachther/mesomb-browser

Version:

JS client for browser to perform mobile payment operation with MeSomb

7 lines (6 loc) 137 B
export default class Location { town: string; region: string; country: string; constructor(data: Record<string, any>); }