export default class User { Name?: string; Type?: number; Email?: string; Password?: string; Language?: string; TimeZone?: string; }