export interface IMigrationOptions { data: T; currentVersion: string; targetVersion?: string; }