import { MigrationInfo } from "./migration-info.model"; export interface MigrationEntities { readonly migrationInfo: MigrationInfo; }