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