---
title: "init(importing:)"
framework: coretransferable
role: symbol
role_heading: Initializer
path: "coretransferable/proxyrepresentation/init(importing:)-pq40"
---

# init(importing:)

Creates a transfer representation that’s imported by proxy through another transfer representation.

## Declaration

```swift
init(importing: @escaping @Sendable (ProxyRepresentation) throws -> Item)
```

## Parameters

- `importing`: A closure that converts the chosen representation into the transported item.
