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