---
title: TupleStoreContent
framework: storekit
role: symbol
role_heading: Structure
path: storekit/tuplestorecontent
---

# TupleStoreContent

## Declaration

```swift
@MainActor @preconcurrency struct TupleStoreContent<each Content> where repeat each Content : StoreContent
```

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [StoreContent](storekit/storecontent.md)

## See Also

### Building store content

- [buildBlock(_:)](storekit/storecontentbuilder/buildblock(_:).md)
- [buildEither(first:)](storekit/storecontentbuilder/buildeither(first:).md)
- [buildEither(second:)](storekit/storecontentbuilder/buildeither(second:).md)
- [buildExpression(_:)](storekit/storecontentbuilder/buildexpression(_:).md)
- [buildIf(_:)](storekit/storecontentbuilder/buildif(_:).md)
- [buildLimitedAvailability(_:)](storekit/storecontentbuilder/buildlimitedavailability(_:).md)
