OptionsType
A type that indicates the options supported by the destination device.
Declaration
associatedtype OptionsType : CaseIterable, Hashable, RawRepresentable, Sendable where Self.OptionsType.RawValue == StringDiscussion
This type defines the options of the export’s MigrationRequestWithOptions. If you don’t need a unique type for export options, your app extension can conform to ResourcesExporting instead, which uses MigrationDefaultSupportedOptions.