UNPKG

@shencom/api

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