UNPKG

angular-location-selector

Version:

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

10 lines (9 loc) 256 B
export declare class LocationMultiSelectorModel { locationName: string; locationId: number; hasChild: boolean; items?: LocationMultiSelectorModel[]; locationTypeId: number; isSelected: boolean; isSelectable: boolean; }