Skip to main content

User

type User = {
avatarUrls?: | {
s195: string;
s35: string;
s60: string;
s640: string;
}
| null;
clientId?: string | null;
cometChannel?: string | null;
cometServer?: string | null;
email: string;
firstName?: string | null;
fullName: string;
id: number;
imageId?: string | null;
lang: string;
removed: boolean;
restricted?: boolean | null;
scheduledBanners?: string[] | null;
setupPending?: boolean | null;
shortName: string;
timezone: string;
token?: string | null;
};

Type Declaration

NameType
avatarUrls?| { s195: string; s35: string; s60: string; s640: string; } | null
clientId?string | null
cometChannel?string | null
cometServer?string | null
emailstring
firstName?string | null
fullNamestring
idnumber
imageId?string | null
langstring
removedboolean
restricted?boolean | null
scheduledBanners?string[] | null
setupPending?boolean | null
shortNamestring
timezonestring
token?string | null