UNPKG

angular-location-selector

Version:

![Logo](https://iili.io/HWfBDgV.png)

17 lines (16 loc) 436 B
export declare class LocationSelectorItem { locationName: string; locationId: number; isSelectable: boolean; hasChild: boolean; items?: LocationSelectorItem[]; level: number; parentId: number; locationTypeId: number; utcoffsetInMinutes: number; timeZone: string; timeZoneId: string; timeZoneName: string; locationCode: string; lastLocationAutoWraupTime: string; }