Skip to main content

JoinWorkspaceResult

type JoinWorkspaceResult = {
customSortingApplied: boolean;
projectSortPreference: string;
role: "ADMIN" | "MEMBER" | "GUEST";
userId: string;
workspaceId: string;
};

Result returned when successfully joining a workspace.

Type Declaration

NameTypeDefault value
customSortingAppliedboolean-
projectSortPreferencestring-
role"ADMIN" | "MEMBER" | "GUEST"WorkspaceRoleSchema
userIdstring-
workspaceIdstring-