Files
SerpentRace/SerpentRace_Backend/dist/Infrastructure/Migrations/AddMaxOrganizationalDecksToOrganization.d.ts
T

7 lines
354 B
TypeScript

import { MigrationInterface, QueryRunner } from 'typeorm';
export declare class AddMaxOrganizationalDecksToOrganization1692712800000 implements MigrationInterface {
name: string;
up(queryRunner: QueryRunner): Promise<void>;
down(queryRunner: QueryRunner): Promise<void>;
}
//# sourceMappingURL=AddMaxOrganizationalDecksToOrganization.d.ts.map