JoinWorkspaceResult
type JoinWorkspaceResult = {
customSortingApplied: boolean;
projectSortPreference: string;
role: "ADMIN" | "MEMBER" | "GUEST";
userId: string;
workspaceId: string;
};
Result returned when successfully joining a workspace.
Type Declaration
| Name | Type | Default value |
|---|---|---|
customSortingApplied | boolean | - |
projectSortPreference | string | - |
role | "ADMIN" | "MEMBER" | "GUEST" | WorkspaceRoleSchema |
userId | string | - |
workspaceId | string | - |