Skip to main content

JoinWorkspaceResult

type JoinWorkspaceResult = {
custom_sorting_applied: boolean;
project_sort_preference: string;
role: "ADMIN" | "MEMBER" | "GUEST";
user_id: string;
workspace_id: string;
};

Result returned when successfully joining a workspace.

Type Declaration

NameTypeDefault value
custom_sorting_appliedboolean-
project_sort_preferencestring-
role"ADMIN" | "MEMBER" | "GUEST"WorkspaceRoleSchema
user_idstring-
workspace_idstring-