Type Alias User

User: {
    email: string;
    homes: UserHome[];
    id: string;
    locale: Locale;
    mobileDevices: MobileDevice[];
    name: string;
    username: string;
}

Type declaration