Browse Source

Add isDefault

Shun Miyazawa 1 năm trước cách đây
mục cha
commit
e08e728222
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      apps/app/src/features/openai/interfaces/ai-assistant.ts

+ 1 - 0
apps/app/src/features/openai/interfaces/ai-assistant.ts

@@ -37,6 +37,7 @@ export interface AiAssistant {
   grantedGroupsForAccessScope?: IGrantedGroup[]
   shareScope: AiAssistantShareScope
   accessScope: AiAssistantAccessScope
+  isDefault: boolean
 }
 
 export type AiAssistantHasId = AiAssistant & HasObjectId