Shun Miyazawa пре 1 година
родитељ
комит
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>