/** * Dummy database file, which gets required by sequelize, to * make validation of models possible without using the * actual ORM or any database connection. */ export function verbose(): any { return {}; }