type WorkspaceUser = {
avatarId?: string | null;
avatarUrls?: | {
s195: string;
s35: string;
s60: string;
s640: string;
}
| null;
awayMode?: | {
dateFrom: string;
dateTo: string;
type: string;
}
| null;
bot: boolean;
contactInfo?: string | null;
dateFormat?: string | null;
email?: string | null;
featureFlags?: string[] | null;
firstName?: string | null;
id: number;
name: string;
profession?: string | null;
removed: boolean;
restricted?: boolean | null;
setupPending?: number | boolean | null;
shortName: string;
theme?: string | null;
timeFormat?: string | null;
timezone: string;
userType: "USER" | "GUEST" | "ADMIN";
version: number;
};