> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AdminSignerApiModel

> Swift Protocol

**Protocol**

```swift theme={null}
protocol AdminSignerApiModel : Decodable, Encodable
```

## Instance Properties

### toDomain

```swift theme={null}
var toDomain: any AdminSignerData { get }
```

### type

```swift theme={null}
var type: AdminSignerDataType { get }
```
