Przeglądaj źródła

add user in IAiModel

visuddhinanda 9 miesięcy temu
rodzic
commit
b8bdaf24d2
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dashboard-v4/dashboard/src/components/api/ai.ts

+ 1 - 0
dashboard-v4/dashboard/src/components/api/ai.ts

@@ -50,6 +50,7 @@ export interface IAiModel {
   privacy: TPrivacy;
   owner: IStudio;
   editor: IUser;
+  user: IUser;
   created_at: string;
   updated_at: string;
 }