/**

 * See the {@link https://docs.rs/icu/latest/icu/datetime/options/length/enum.Time.html Rust documentation for `Time`} for more information.
 */
export enum ICU4XTimeLength {
  /**
   */
  Full = 'Full',
  /**
   */
  Long = 'Long',
  /**
   */
  Medium = 'Medium',
  /**
   */
  Short = 'Short',
}