/** * See the {@link https://docs.rs/icu/latest/icu/datetime/time_zone/enum.IsoFormat.html Rust documentation for `IsoFormat`} for more information. */ export enum ICU4XIsoTimeZoneFormat { /** */ Basic = 'Basic', /** */ Extended = 'Extended', /** */ UtcBasic = 'UtcBasic', /** */ UtcExtended = 'UtcExtended', }