MobX RESTful migrator
    Preparing search index...

    Type Alias MigrationEventBus<Source, Target>

    MigrationEventBus: Record<
        "save"
        | "skip"
        | "error",
        (progress: MigrationProgress<Source, Target>) => Promise<void>,
    >

    Type Parameters

    • Source extends object
    • Target extends object