summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XIsoTimeZoneSecondDisplay.d.ts
blob: 77f1c9e8b761dd57b30395b2a72a095ae83e20a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**

 * See the {@link https://docs.rs/icu/latest/icu/datetime/time_zone/enum.IsoSeconds.html Rust documentation for `IsoSeconds`} for more information.
 */
export enum ICU4XIsoTimeZoneSecondDisplay {
  /**
   */
  Optional = 'Optional',
  /**
   */
  Never = 'Never',
}