export interface TimeZoneVM { id?: string; display_name?: string; standard_name?: string; daylight_name?: string; utc_offset?: number; supports_daylight_saving?: boolean; can_update?: boolean; can_delete?: boolean; }