export interface User { address: string createdAt: string email: string fullName: string id: number isActive: boolean name: string password: string phone: string updateAt: string }