UNPKG

@paperbits/common

Version:
5 lines (4 loc) 152 B
import { Geolocation } from "./geolocation"; export interface GeocodingService { addressToGeolocation(address: string): Promise<Geolocation>; }