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