<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppMigrationKit",
  "identifier" : "/documentation/AppMigrationKit/ResourcesExportingWithOptions/OptionsType",
  "metadataVersion" : "0.1.0",
  "role" : "Associated Type",
  "symbol" : {
    "kind" : "Associated Type",
    "modules" : [
      "AppMigrationKit"
    ],
    "preciseIdentifier" : "s:15AppMigrationKit29ResourcesExportingWithOptionsP0G4TypeQa"
  },
  "title" : "OptionsType"
}
-->

# OptionsType

A type that indicates the options supported by the destination device.

```
associatedtype OptionsType : CaseIterable, Hashable, RawRepresentable, Sendable where Self.OptionsType.RawValue == String
```

## Discussion

This type defines the [`options`](/documentation/AppMigrationKit/MigrationRequestWithOptions/options) of the export’s [`MigrationRequestWithOptions`](/documentation/AppMigrationKit/MigrationRequestWithOptions).
If you don’t need a unique type for export options, your app extension can conform to [`ResourcesExporting`](/documentation/AppMigrationKit/ResourcesExporting) instead, which uses [`MigrationDefaultSupportedOptions`](/documentation/AppMigrationKit/MigrationDefaultSupportedOptions).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)