Contents

MigrationRequest

A migration request that uses the default supported options.

Declaration

typealias MigrationRequest = MigrationRequestWithOptions<MigrationDefaultSupportedOptions>

Discussion

This type alias is a MigrationRequestWithOptions with the OptionsType generic constraint MigrationDefaultSupportedOptions. Use this type of request for migrations that don’t need to incorporate any options specific to the counterpart operating system.

See Also

Supporting types