UNPKG

sequelize-typescript-mysql-migration

Version:
7 lines (6 loc) 267 B
import { IExtractedModels } from '../types'; export declare const orderCommands: (commands?: { order: number; cmds: string[]; }[]) => string[]; export declare const generateChangesCommands: (prevState: IExtractedModels, curState: IExtractedModels) => string;