import { Fn } from 'sequelize/types/lib/utils'; export type SequelizeDate = Date | string | Fn;