UNPKG

@shencom/api

Version:
13 lines (11 loc) 174 B
declare namespace SC { namespace Gis { export interface Point { id: string; addr: string; lat: string; lng: string; } } } export { SC };