export type MigrateDataPromptConfig = { from: string; to: string; collections: string[]; };