7 lines
298 B
TypeScript
7 lines
298 B
TypeScript
import { MigrationInterface, QueryRunner } from "typeorm";
|
|
export declare class Test1755691733404 implements MigrationInterface {
|
|
name: string;
|
|
up(queryRunner: QueryRunner): Promise<void>;
|
|
down(queryRunner: QueryRunner): Promise<void>;
|
|
}
|
|
//# sourceMappingURL=1755691733404-test.d.ts.map
|