Type Alias OfflineRegionSchemaMigrationPlanV1

OfflineRegionSchemaMigrationPlanV1: {
    applicable: true;
    migrations: readonly OfflineRegionSchemaMigrationV1[];
    steps: readonly string[];
} | {
    applicable: false;
    detail: string;
    reason: OfflineRegionSchemaMigrationRefusal;
}

Type declaration

  • Readonlyapplicable: true
  • Readonlymigrations: readonly OfflineRegionSchemaMigrationV1[]
  • Readonlysteps: readonly string[]

    from->to labels, oldest first; empty when the store is already current.