UNPKG

sequelize-typescript-model-migration

Version:

Migration tool for sequelize-typescript

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;