export interface LocationSelectorInfo {
    id: number;
    locationName: string;
    locationCode: string;
    locationTypeId: number;
    utcoffsetInMinutes: number;
    timezoneId: string;
    timeZoneName: string;
    dropDownDisabled: boolean;
    lastLocationAutoWraupTime: string;
}
