// File is required by AdonisJS but not used by the server /** @type {typeof import('@adonisjs/lucid/src/Lucid/Model')} */ const Model = use('Model'); class User extends Model {} module.exports = User;