---
title: "exported(as:)"
framework: appintentstesting
role: symbol
role_heading: Instance Method
path: "appintentstesting/anytransientappentity/exported(as:)-2rmw6"
---

# exported(as:)

Exports this transient entity as a transferable intent value type.

## Declaration

```swift
func exported<T>(as type: T.Type) async throws -> T where T : IntentValueConvertible, T : Transferable
```

## Parameters

- `type`: The target value type (e.g., IntentPerson.self).

## Return Value

Return Value An instance of the requested type.

## Discussion

Discussion note: If the entity does not support the requested value conversion.
