---
title: IdentifiedStoreContent
framework: storekit
role: symbol
role_heading: Structure
path: storekit/identifiedstorecontent
---

# IdentifiedStoreContent

The type of SwiftUI view that StoreKit transforms store content into.

## Declaration

```swift
struct IdentifiedStoreContent<IdentifiedView> where IdentifiedView : View
```
