فهرست منبع

Add isDefault

Shun Miyazawa 1 سال پیش
والد
کامیت
e08e728222
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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