Type Alias XcmPalletVersionMigrationStage

XcmPalletVersionMigrationStage: Enum<
    {
        MigrateAndNotifyOldTargets: undefined;
        MigrateSupportedVersion: undefined;
        MigrateVersionNotifiers: undefined;
        NotifyCurrentTargets?: Binary;
    },
>