import { Auth } from '..'; export const readOneByUsername = async (username: string) => Auth.findOne({ username });