export default interface User { id: string; name: string; cellphone: string; email: string; avatar: string; }