UNPKG

solvice-js-client

Version:

A JavaScript client to access the Solvice api.

6 lines (5 loc) 88 B
export interface ILocation { name: string; latitude: number; longitude: number; }