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

# Publishers.TryDropWhile.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.TryDropWhile.Failure](combine/publishers/trydropwhile/failure.md)
