UNPKG

typeorm-extension

Version:

A library to create/drop database, simple seeding data sets, ...

3 lines (2 loc) 207 B
import type { MigrationGenerateCommandContext, MigrationGenerateResult } from './type'; export declare function generateMigration(context: MigrationGenerateCommandContext): Promise<MigrationGenerateResult>;