feat(messaging): add workspace toggle to sync internal emails (#20457)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,7 @@ export type CurrentWorkspace = Pick<
|
||||
| 'editableProfileFields'
|
||||
| 'enabledAiModelIds'
|
||||
| 'useRecommendedModels'
|
||||
| 'isInternalMessagesImportEnabled'
|
||||
> & {
|
||||
defaultRole?: Omit<Role, 'workspaceMembers' | 'agents' | 'apiKeys'> | null;
|
||||
workspaceCustomApplication: Pick<Application, 'id'> | null;
|
||||
|
||||
Reference in New Issue
Block a user