---
title: PrecipitationAmountByType
framework: weatherkit
role: symbol
role_heading: Structure
path: weatherkit/precipitationamountbytype
---

# PrecipitationAmountByType

A structure that provides a breakdown of amounts of all forms of precipitation that is expected to occur over a period of time.

## Declaration

```swift
struct PrecipitationAmountByType
```

## Topics

### Instance Properties

- [hail](weatherkit/precipitationamountbytype/hail.md)
- [mixed](weatherkit/precipitationamountbytype/mixed.md)
- [precipitation](weatherkit/precipitationamountbytype/precipitation.md)
- [rainfall](weatherkit/precipitationamountbytype/rainfall.md)
- [sleet](weatherkit/precipitationamountbytype/sleet.md)
- [snowfallAmount](weatherkit/precipitationamountbytype/snowfallamount.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
