Skip to main content

RestrictedWorkspaceUser

type RestrictedWorkspaceUser = {
avatarUrls?: | {
s195: string;
s35: string;
s60: string;
s640: string;
}
| null;
firstName?: string | null;
fullName: string;
id: number;
imageId?: string | null;
removed: boolean;
restricted: true;
setupPending?: boolean | null;
shortName: string;
version: number;
};

Type Declaration

NameType
avatarUrls?| { s195: string; s35: string; s60: string; s640: string; } | null
firstName?string | null
fullNamestring
idnumber
imageId?string | null
removedboolean
restrictedtrue
setupPending?boolean | null
shortNamestring
versionnumber