---
title: AEArrayType
framework: coreservices
role: symbol
role_heading: Type Alias
path: coreservices/aearraytype
---

# AEArrayType

Stores a value that specifies an array type.

## Declaration

```swift
typealias AEArrayType = Int8
```

## Discussion

Discussion You use this data type with the AEGetArray(_:_:_:_:_:_:_:) function and the AEPutArray(_:_:_:_:_:_:) function to specify an array type, using one of the constants from Data Array Constants.
