type User = {
avatarId?: string | null;
avatarUrls?: | {
s195: string;
s35: string;
s60: string;
s640: string;
}
| null;
awayMode?: | {
dateFrom: string;
dateTo: string;
type: string;
}
| null;
bot: boolean;
clientId?: string | null;
cometChannel?: string | null;
cometServer?: string | null;
contactInfo?: string | null;
defaultWorkspace?: number | null;
email: string;
firstName?: string | null;
id: number;
lang: string;
name: string;
offDays?: number[] | null;
profession?: string | null;
removed: boolean;
restricted?: boolean | null;
scheduledBanners?: string[] | null;
setupPending?: number | boolean | null;
shortName: string;
snoozed?: boolean | null;
snoozeDndEnd?: string | null;
snoozeDndStart?: string | null;
snoozeUntil?: number | null;
timezone: string;
token?: string | null;
};