Shun Miyazawa 1 an în urmă
părinte
comite
92d6e341b3

+ 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>