import { UserInterface } from "../UserTypes"; export interface LoginUser extends UserInterface { username: string; password: string; }