UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

16 lines (14 loc) 175 B
/** * Place location * 地点位置 */ export type PlaceLocation = { /** * Latitude, 纬度 */ Lat: number; /** * Longitude, 经度 */ Lng: number; };