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

# Publishers.IgnoreOutput.Output

The kind of values published by this publisher.

## Declaration

```swift
typealias Output = Never
```

## Discussion

Discussion This publisher never produces elements.

## See Also

### Declaring supporting types

- [Publishers.IgnoreOutput.Failure](combine/publishers/ignoreoutput/failure.md)
