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
| Name | Type | Default value |
|---|---|---|
custom_sorting_applied | boolean | - |
project_sort_preference | string | - |
role | "ADMIN" | "MEMBER" | "GUEST" | WorkspaceRoleSchema |
user_id | string | - |
workspace_id | string | - |