UNPKG

@tplc/business

Version:

17 lines (16 loc) 402 B
export interface UserLocation { addressInfo: string cityId: string areaId: string provinceId: string cityName: string haveNotCityId: string haveNotCityName: string haveNotAddressInfo: string haveNotTip: string showName: string } export declare const getUserLocation: (data?: { userLongitude: string userLatitude: string }) => Promise<import('../action').IResData<UserLocation>>