import { Types } from 'mongoose'; import { Auth } from '../model/auth'; export const readOneById = async (id: Types.ObjectId) => Auth.findById(id);