Skip to main content

User

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;
};

Type Declaration

NameType
avatarId?string | null
avatarUrls?| { s195: string; s35: string; s60: string; s640: string; } | null
awayMode?| { dateFrom: string; dateTo: string; type: string; } | null
botboolean
clientId?string | null
cometChannel?string | null
cometServer?string | null
contactInfo?string | null
defaultWorkspace?number | null
emailstring
firstName?string | null
idnumber
langstring
namestring
offDays?number[] | null
profession?string | null
removedboolean
restricted?boolean | null
scheduledBanners?string[] | null
setupPending?number | boolean | null
shortNamestring
snoozed?boolean | null
snoozeDndEnd?string | null
snoozeDndStart?string | null
snoozeUntil?number | null
timezonestring
token?string | null