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