---
title: Publishers.Throttle.Output
framework: combine
role: symbol
role_heading: Type Alias
path: combine/publishers/throttle/output
---

# Publishers.Throttle.Output

The kind of values published by this publisher.

## Declaration

```swift
typealias Output = Upstream.Output
```

## Discussion

Discussion This publisher uses its upstream publisher’s output type.

## See Also

### Declaring supporting types

- [Publishers.Throttle.Failure](combine/publishers/throttle/failure.md)
