import { MigrationInterface, QueryRunner } from "typeorm"; export class Migrations1783244654421 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise { } public async down(queryRunner: QueryRunner): Promise { } }