export interface UserEntity { id: number; name: string; username: string; password: string; }