import { to_1 } from './to_1.ts'; import { to_2 } from './to_2.ts'; import { to_3 } from './to_3.ts'; import { MigrationStructure } from '@/hooks/Mapper/mapRootProvider/types.ts'; export default [to_1, to_2, to_3] as MigrationStructure[];