UNPKG

one-schema

Version:
11 lines (10 loc) 181 B
type TSequelizeLibrary = any; interface ISequelizeFieldDef { type: any; primaryKey?: boolean; autoIncrement?: boolean; } export { TSequelizeLibrary, ISequelizeFieldDef, }