export interface MigrationError { error: unknown; type: string; }