Shun Miyazawa 1 год назад
Родитель
Сommit
92d6e341b3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/app/src/features/openai/interfaces/thread-relation.ts

+ 1 - 0
apps/app/src/features/openai/interfaces/thread-relation.ts

@@ -9,6 +9,7 @@ export const ThreadType = {
 } as const;
 
 export type ThreadType = typeof ThreadType[keyof typeof ThreadType];
+
 export interface IThreadRelation {
   userId: Ref<IUser>
   aiAssistant: Ref<AiAssistant>