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

# Publishers.MapKeyPath2.Output

The kind of values published by this publisher.

## Declaration

```swift
typealias Output = (Output0, Output1)
```

## Discussion

Discussion This publisher produces two-element tuples, where each menber’s type matches the type of the corresponding key path’s property.

## See Also

### Declaring supporting types

- [Publishers.MapKeyPath2.Failure](combine/publishers/mapkeypath2/failure.md)
