---
title: TupleTransferRepresentation
framework: coretransferable
role: symbol
role_heading: Structure
path: coretransferable/tupletransferrepresentation
---

# TupleTransferRepresentation

A wrapper type for tuples that contain transfer representations.

## Declaration

```swift
struct TupleTransferRepresentation<Item, Value> where Item : Transferable, Value : Sendable
```

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TransferRepresentation](coretransferable/transferrepresentation.md)

## See Also

### Supporting types

- [TransferRepresentationBuilder](coretransferable/transferrepresentationbuilder.md)
