UNPKG

sequelize-typescript-model-migration

Version:

Migration tool for sequelize-typescript

3 lines (2 loc) 161 B
export declare const genCreateTableCommand: (tableName: string, columns: {}) => string; export declare const genDropTableCommand: (tableName: string) => string;