export interface UserInterface { id: string; username: string; email: string; }