Interface: MigrationDryRun
Defined in: packages/core/src/migrate/types.ts:77
Properties
changedPaths
changedPaths: string[];
Defined in: packages/core/src/migrate/types.ts:89
loss
loss: Loss;
Defined in: packages/core/src/migrate/types.ts:79
ok
ok: boolean;
Defined in: packages/core/src/migrate/types.ts:78
orphaned
orphaned: Record<string, unknown>;
Defined in: packages/core/src/migrate/types.ts:88
Answers that would no longer have a question, keyed by their old name.
This is the number a publish dialog should show: "publishing this orphans 340 answers" is a sentence an author can act on, and it is the difference between a considered republish and a surprise.
warnings
warnings: Issue[];
Defined in: packages/core/src/migrate/types.ts:80