/** A type of occurring precipitation. */ export type PrecipitationType = 'drizzle' | 'hail' | 'ice' | 'rain' | 'snow';