Files
wanderer/assets/js/hooks/Mapper/mapRootProvider/migrations/__exampleMigrations/index.ts

7 lines
240 B
TypeScript

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[];