interface UserSimple { id?:string name: string avatar: string } export default UserSimple